Html Css Color HEX #EF3FCC Razzle Dazzle Rose

📋 copy color: '#EF3FCC'

red 239 ◦ green 63 ◦ blue 204

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

Shades of Razzle Dazzle Rose #EF3FCC

Tints of Razzle Dazzle Rose #EF3FCC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.45%

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

R = 47.23%
G = 12.45%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF3FCC (or 0xEF3FCC) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and CC. RGB value is (239,63,204). Sum of RGB (Red+Green+Blue) = 239+63+204=506 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.23% from 506); Green value is 63 (25% from 255 or 12.45% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FCC is #10C033. Grayscale: #838383. Windows color (decimal): -1097780 or 13385711. OLE color: 13385711.

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

Color convert

RGB 239 63 204 -
CMYK 0 0.74 0.15 0.06
HSL 311.93º 0.85% 0.59% -
HSV(B) 311.93º 0.74% 0.94% -
XYZ 48.27 26.27 59.65 -
YUV 131.7 168.81 204.54 -
System Red Green Blue C M Y K H S L
Decimal 239 63 204 0 0.74 0.15 0.06 311.93 0.85 0.59
Hex EF 3F CC 0 4A F 6 138 55 3B
Octal 357 77 314 0 112 17 6 470 125 73
Binary 11101111 111111 11001100 0 1001010 1111 110 100111000 1010101 111011

Color Harmonies of #EF3FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FCC

Black with #EF3FCC

Text Example


Text Example

White with #EF3FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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