Html Css Color HEX #EF2ACC Razzle Dazzle Rose

📋 copy color: '#EF2ACC'

red 239 ◦ green 42 ◦ blue 204

#EF2ACC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #EF2ACC

Tints of Razzle Dazzle Rose #EF2ACC

RGB

 RED value IS 239 (93.75% from 255) = 49.28%

 GREEN value IS 42 (16.8% from 255) = 8.66%

 BLUE value IS 204 (80.08% from 255) = 42.06%

R = 49.28%
G = 8.66%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF2ACC (or 0xEF2ACC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 2A and CC. RGB value is (239,42,204). Sum of RGB (Red+Green+Blue) = 239+42+204=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 42 (16.80% from 255 or 8.66% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2ACC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF2ACC is #10D533. Grayscale: #767676. Windows color (decimal): -1103156 or 13380335. OLE color: 13380335.

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

Color convert

RGB 239 42 204 -
CMYK 0 0.82 0.15 0.06
HSL 310.66º 0.86% 0.55% -
HSV(B) 310.66º 0.82% 0.94% -
XYZ 47.32 24.37 59.34 -
YUV 119.37 175.77 213.33 -
System Red Green Blue C M Y K H S L
Decimal 239 42 204 0 0.82 0.15 0.06 310.66 0.86 0.55
Hex EF 2A CC 0 52 F 6 137 56 37
Octal 357 52 314 0 122 17 6 467 126 67
Binary 11101111 101010 11001100 0 1010010 1111 110 100110111 1010110 110111

Color Harmonies of #EF2ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2ACC

Black with #EF2ACC

Text Example


Text Example

White with #EF2ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2ACC; }

 p { color: rgb(239,42,204); }

 H1.HeaderClassName
 {
   color: #EF2ACC;
 }
 .AnyTagClassName
 {
   color: #EF2ACC;
 }
</style>

background-color css

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

 a { background-color: rgb(239,42,204); }

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

border-color css

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

 span { border-color: rgb(239,42,204); }

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