Html Css Color HEX #EF39CE Razzle Dazzle Rose

📋 copy color: '#EF39CE'

red 239 ◦ green 57 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EF39CE

Tints of Razzle Dazzle Rose #EF39CE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.35%

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

R = 47.61%
G = 11.35%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EF39CE (or 0xEF39CE) is known color: Razzle Dazzle Rose. HEX triplet: EF, 39 and CE. RGB value is (239,57,206). Sum of RGB (Red+Green+Blue) = 239+57+206=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 57 (22.66% from 255 or 11.35% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39CE is #10C631. Grayscale: #7F7F7F. Windows color (decimal): -1099314 or 13515247. OLE color: 13515247.

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

Color convert

RGB 239 57 206 -
CMYK 0 0.76 0.14 0.06
HSL 310.88º 0.85% 0.58% -
HSV(B) 310.88º 0.76% 0.94% -
XYZ 48.2 25.73 60.82 -
YUV 128.4 171.8 206.88 -
System Red Green Blue C M Y K H S L
Decimal 239 57 206 0 0.76 0.14 0.06 310.88 0.85 0.58
Hex EF 39 CE 0 4C E 6 137 55 3A
Octal 357 71 316 0 114 16 6 467 125 72
Binary 11101111 111001 11001110 0 1001100 1110 110 100110111 1010101 111010

Color Harmonies of #EF39CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF39CE

Black with #EF39CE

Text Example


Text Example

White with #EF39CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF39CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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