Html Css Color HEX #EA005E Razzmatazz

📋 copy color: '#EA005E'

red 234 ◦ green 0 ◦ blue 94

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

Shades of Razzmatazz #EA005E

Tints of Razzmatazz #EA005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 28.66%

R = 71.34%
G = 0%
B = 28.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA005E (or 0xEA005E) is known color: Razzmatazz. HEX triplet: EA, 00 and 5E. RGB value is (234,0,94). Sum of RGB (Red+Green+Blue) = 234+0+94=328 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.34% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 234 - color contains mainly: red. Hex color #EA005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA005E is #15FFA1. Grayscale: #505050. Windows color (decimal): -1441698 or 6160618. OLE color: 6160618.

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

Color convert

RGB 234 0 94 -
CMYK 0 1 0.60 0.08
HSL 335.9º 1% 0.46% -
HSV(B) 335.9º 1% 0.92% -
XYZ 35.95 18.3 12.23 -
YUV 80.68 135.52 237.36 -
System Red Green Blue C M Y K H S L
Decimal 234 0 94 0 1 0.60 0.08 335.9 1 0.46
Hex EA 0 5E 0 64 3C 8 150 64 2E
Octal 352 0 136 0 144 74 10 520 144 56
Binary 11101010 0 1011110 0 1100100 111100 1000 101010000 1100100 101110

Color Harmonies of #EA005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA005E

Black with #EA005E

Text Example


Text Example

White with #EA005E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA005E; }

 p { color: rgb(234,0,94); }

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

background-color css

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

 a { background-color: rgb(234,0,94); }

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

border-color css

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

 span { border-color: rgb(234,0,94); }

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