Html Css Color HEX #EF42CB Razzle Dazzle Rose

📋 copy color: '#EF42CB'

red 239 ◦ green 66 ◦ blue 203

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

Shades of Razzle Dazzle Rose #EF42CB

Tints of Razzle Dazzle Rose #EF42CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.99%

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

R = 47.05%
G = 12.99%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EF42CB (or 0xEF42CB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 42 and CB. RGB value is (239,66,203). Sum of RGB (Red+Green+Blue) = 239+66+203=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF42CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF42CB is #10BD34. Grayscale: #848484. Windows color (decimal): -1097013 or 13320943. OLE color: 13320943.

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

Color convert

RGB 239 66 203 -
CMYK 0 0.72 0.15 0.06
HSL 312.49º 0.84% 0.6% -
HSV(B) 312.49º 0.72% 0.94% -
XYZ 48.32 26.56 59.08 -
YUV 133.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 239 66 203 0 0.72 0.15 0.06 312.49 0.84 0.6
Hex EF 42 CB 0 48 F 6 138 54 3C
Octal 357 102 313 0 110 17 6 470 124 74
Binary 11101111 1000010 11001011 0 1001000 1111 110 100111000 1010100 111100

Color Harmonies of #EF42CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF42CB

Black with #EF42CB

Text Example


Text Example

White with #EF42CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF42CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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