Html Css Color HEX #EF3FCE Razzle Dazzle Rose

📋 copy color: '#EF3FCE'

red 239 ◦ green 63 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF3FCE

Tints of Razzle Dazzle Rose #EF3FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.55%

R = 47.05%
G = 12.4%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF3FCE (or 0xEF3FCE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3F and CE. RGB value is (239,63,206). Sum of RGB (Red+Green+Blue) = 239+63+206=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3FCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3FCE is #10C031. Grayscale: #838383. Windows color (decimal): -1097778 or 13516783. OLE color: 13516783.

HSL color Cylindrical-coordinate representation of color #EF3FCE: hue angle of 311.25º 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 #EF3FCE is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 63 206 -
CMYK 0 0.74 0.14 0.06
HSL 311.25º 0.85% 0.59% -
HSV(B) 311.25º 0.74% 0.94% -
XYZ 48.51 26.36 60.92 -
YUV 131.93 169.81 204.37 -
System Red Green Blue C M Y K H S L
Decimal 239 63 206 0 0.74 0.14 0.06 311.25 0.85 0.59
Hex EF 3F CE 0 4A E 6 137 55 3B
Octal 357 77 316 0 112 16 6 467 125 73
Binary 11101111 111111 11001110 0 1001010 1110 110 100110111 1010101 111011

Color Harmonies of #EF3FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3FCE

Black with #EF3FCE

Text Example


Text Example

White with #EF3FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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