Html Css Color HEX #EA28D4 Razzle Dazzle Rose

📋 copy color: '#EA28D4'

red 234 ◦ green 40 ◦ blue 212

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

Shades of Razzle Dazzle Rose #EA28D4

Tints of Razzle Dazzle Rose #EA28D4

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.23%

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 48.15%
G = 8.23%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA28D4 (or 0xEA28D4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 28 and D4. RGB value is (234,40,212). Sum of RGB (Red+Green+Blue) = 234+40+212=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 40 (16.02% from 255 or 8.23% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EA28D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA28D4 is #15D72B. Grayscale: #757575. Windows color (decimal): -1431340 or 13904106. OLE color: 13904106.

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

Color convert

RGB 234 40 212 -
CMYK 0 0.83 0.09 0.08
HSL 306.8º 0.82% 0.54% -
HSV(B) 306.8º 0.83% 0.92% -
XYZ 46.57 23.76 64.42 -
YUV 117.61 181.27 211.01 -
System Red Green Blue C M Y K H S L
Decimal 234 40 212 0 0.83 0.09 0.08 306.8 0.82 0.54
Hex EA 28 D4 0 53 9 8 133 52 36
Octal 352 50 324 0 123 11 10 463 122 66
Binary 11101010 101000 11010100 0 1010011 1001 1000 100110011 1010010 110110

Color Harmonies of #EA28D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA28D4

Black with #EA28D4

Text Example


Text Example

White with #EA28D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA28D4; }

 p { color: rgb(234,40,212); }

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

background-color css

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

 a { background-color: rgb(234,40,212); }

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

border-color css

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

 span { border-color: rgb(234,40,212); }

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