Html Css Color HEX #EF39C7 Razzle Dazzle Rose

📋 copy color: '#EF39C7'

red 239 ◦ green 57 ◦ blue 199

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

Shades of Razzle Dazzle Rose #EF39C7

Tints of Razzle Dazzle Rose #EF39C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.2%

R = 48.28%
G = 11.52%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EF39C7 (or 0xEF39C7) is known color: Razzle Dazzle Rose. HEX triplet: EF, 39 and C7. RGB value is (239,57,199). Sum of RGB (Red+Green+Blue) = 239+57+199=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 57 (22.66% from 255 or 11.52% from 495); Blue value is 199 (78.12% from 255 or 40.20% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39C7 is #10C638. Grayscale: #7F7F7F. Windows color (decimal): -1099321 or 13056495. OLE color: 13056495.

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

Color convert

RGB 239 57 199 -
CMYK 0 0.76 0.17 0.06
HSL 313.19º 0.85% 0.58% -
HSV(B) 313.19º 0.76% 0.94% -
XYZ 47.37 25.4 56.44 -
YUV 127.61 168.3 207.45 -
System Red Green Blue C M Y K H S L
Decimal 239 57 199 0 0.76 0.17 0.06 313.19 0.85 0.58
Hex EF 39 C7 0 4C 11 6 139 55 3A
Octal 357 71 307 0 114 21 6 471 125 72
Binary 11101111 111001 11000111 0 1001100 10001 110 100111001 1010101 111010

Color Harmonies of #EF39C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF39C7

Black with #EF39C7

Text Example


Text Example

White with #EF39C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF39C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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