Html Css Color HEX #EA39DB Razzle Dazzle Rose

📋 copy color: '#EA39DB'

red 234 ◦ green 57 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EA39DB

Tints of Razzle Dazzle Rose #EA39DB

RGB

 RED value IS 234 (91.8% from 255) = 45.88%

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

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

R = 45.88%
G = 11.18%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA39DB (or 0xEA39DB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 39 and DB. RGB value is (234,57,219). Sum of RGB (Red+Green+Blue) = 234+57+219=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 57 (22.66% from 255 or 11.18% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA39DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA39DB is #15C624. Grayscale: #7F7F7F. Windows color (decimal): -1426981 or 14367210. OLE color: 14367210.

HSL color Cylindrical-coordinate representation of color #EA39DB: hue angle of 305.08º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EA39DB is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 57 219 -
CMYK 0 0.76 0.06 0.08
HSL 305.08º 0.81% 0.57% -
HSV(B) 305.08º 0.76% 0.92% -
XYZ 48.18 25.53 69.41 -
YUV 128.39 179.14 203.33 -
System Red Green Blue C M Y K H S L
Decimal 234 57 219 0 0.76 0.06 0.08 305.08 0.81 0.57
Hex EA 39 DB 0 4C 6 8 131 51 39
Octal 352 71 333 0 114 6 10 461 121 71
Binary 11101010 111001 11011011 0 1001100 110 1000 100110001 1010001 111001

Color Harmonies of #EA39DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA39DB

Black with #EA39DB

Text Example


Text Example

White with #EA39DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA39DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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