Html Css Color HEX #EF39DB Razzle Dazzle Rose

📋 copy color: '#EF39DB'

red 239 ◦ green 57 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EF39DB

Tints of Razzle Dazzle Rose #EF39DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 46.41%
G = 11.07%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EF39DB (or 0xEF39DB) is known color: Razzle Dazzle Rose. HEX triplet: EF, 39 and DB. RGB value is (239,57,219). Sum of RGB (Red+Green+Blue) = 239+57+219=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 57 (22.66% from 255 or 11.07% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF39DB is #10C624. Grayscale: #818181. Windows color (decimal): -1099301 or 14367215. OLE color: 14367215.

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

Color convert

RGB 239 57 219 -
CMYK 0 0.76 0.08 0.06
HSL 306.59º 0.85% 0.58% -
HSV(B) 306.59º 0.76% 0.94% -
XYZ 49.85 26.39 69.48 -
YUV 129.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 239 57 219 0 0.76 0.08 0.06 306.59 0.85 0.58
Hex EF 39 DB 0 4C 8 6 133 55 3A
Octal 357 71 333 0 114 10 6 463 125 72
Binary 11101111 111001 11011011 0 1001100 1000 110 100110011 1010101 111010

Color Harmonies of #EF39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF39DB

Black with #EF39DB

Text Example


Text Example

White with #EF39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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