Html Css Color HEX #EA29DB Razzle Dazzle Rose

📋 copy color: '#EA29DB'

red 234 ◦ green 41 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EA29DB

Tints of Razzle Dazzle Rose #EA29DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.3%

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

R = 47.37%
G = 8.3%
B = 44.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#EA29DB (or 0xEA29DB) is known color: Razzle Dazzle Rose. HEX triplet: EA, 29 and DB. RGB value is (234,41,219). Sum of RGB (Red+Green+Blue) = 234+41+219=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA29DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA29DB is #15D624. Grayscale: #767676. Windows color (decimal): -1431077 or 14363114. OLE color: 14363114.

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

Color convert

RGB 234 41 219 -
CMYK 0 0.82 0.06 0.08
HSL 304.66º 0.82% 0.54% -
HSV(B) 304.66º 0.82% 0.92% -
XYZ 47.51 24.19 69.18 -
YUV 119 184.44 210.03 -
System Red Green Blue C M Y K H S L
Decimal 234 41 219 0 0.82 0.06 0.08 304.66 0.82 0.54
Hex EA 29 DB 0 52 6 8 131 52 36
Octal 352 51 333 0 122 6 10 461 122 66
Binary 11101010 101001 11011011 0 1010010 110 1000 100110001 1010010 110110

Color Harmonies of #EA29DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA29DB

Black with #EA29DB

Text Example


Text Example

White with #EA29DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA29DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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