#EF21D4

Color #EF21D4 Razzle Dazzle Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Razzle Dazzle Rose #EF21D4

Tints of Razzle Dazzle Rose #EF21D4

Color information

#EF21D4 (or 0xEF21D4) is unknown color: approx Razzle Dazzle Rose. HEX triplet: EF, 21 and D4. RGB value is (239,33,212). Sum of RGB (Red+Green+Blue) = 239+33+212=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 33 (13.28% from 255 or 6.82% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21D4 is #10DE2B. Grayscale: #727272. Windows color (decimal): -1105452 or 13902319. OLE color: 13902319.

HSL color Cylindrical-coordinate representation of color #EF21D4: hue angle of 307.86º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EF21D4 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB23933212-
CMYK00.860.110.06
HSL307.86º86.55%53.33%-
HSV(B)307.86º86.19%93.73%-
XYZ48.0224.1964.43-
YUV115182.75216.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 49.38%
GREEN value IS 33 (13.28% from 255) = 6.82%
BLUE value IS 212 (83.20% from 255) = 43.80%
R=49.38%
G=6.82%
B=43.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2393321200.860.110.06307.8686.5553.33
HexEF21D4056B61345735
Octal35741324012613646412765
Binary11101111100001110101000101011010111101001101001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF21D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF21D4; }

 p { color: rgb(239,33,212); }

 H1.HeaderClassName
 {
   color: #EF21D4;
 }
 .AnyTagClassName
 {
   color: #EF21D4;
 }
</style>
background-color css

<style>
 a { background-color: #EF21D4; }

 a { background-color: rgb(239,33,212); }

 div.DivClassName
 {
   background-color: #EF21D4;
 }
 .BgClassName
 {
   background-color: #EF21D4;
 }
</style>
border-color css

<style>
 span { border-color: #EF21D4; }

 span { border-color: rgb(239,33,212); }

 td.TdClassName
 {
   border-color: #EF21D4;
 }
 .TagClassName
 {
   border-color: #EF21D4;
 }
</style>