Html Css Color HEX #EF3CCB Razzle Dazzle Rose

📋 copy color: '#EF3CCB'

red 239 ◦ green 60 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EF3CCB

Tints of Razzle Dazzle Rose #EF3CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.95%

 BLUE value IS 203 (79.69% from 255) = 40.44%

R = 47.61%
G = 11.95%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF3CCB (or 0xEF3CCB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 3C and CB. RGB value is (239,60,203). Sum of RGB (Red+Green+Blue) = 239+60+203=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF3CCB is #10C334. Grayscale: #818181. Windows color (decimal): -1098549 or 13319407. OLE color: 13319407.

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

Color convert

RGB 239 60 203 -
CMYK 0 0.75 0.15 0.06
HSL 312.07º 0.85% 0.59% -
HSV(B) 312.07º 0.75% 0.94% -
XYZ 47.99 25.89 58.97 -
YUV 129.82 169.3 205.87 -
System Red Green Blue C M Y K H S L
Decimal 239 60 203 0 0.75 0.15 0.06 312.07 0.85 0.59
Hex EF 3C CB 0 4B F 6 138 55 3B
Octal 357 74 313 0 113 17 6 470 125 73
Binary 11101111 111100 11001011 0 1001011 1111 110 100111000 1010101 111011

Color Harmonies of #EF3CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF3CCB

Black with #EF3CCB

Text Example


Text Example

White with #EF3CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF3CCB; }

 p { color: rgb(239,60,203); }

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

background-color css

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

 a { background-color: rgb(239,60,203); }

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

border-color css

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

 span { border-color: rgb(239,60,203); }

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