Html Css Color HEX #EA0077 Razzmatazz

📋 copy color: '#EA0077'

red 234 ◦ green 0 ◦ blue 119

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

Shades of Razzmatazz #EA0077

Tints of Razzmatazz #EA0077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 66.29%
G = 0%
B = 33.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EA0077 (or 0xEA0077) is known color: Razzmatazz. HEX triplet: EA, 00 and 77. RGB value is (234,0,119). Sum of RGB (Red+Green+Blue) = 234+0+119=353 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.29% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0077 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0077 is #15FF88. Grayscale: #535353. Windows color (decimal): -1441673 or 7799018. OLE color: 7799018.

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

Color convert

RGB 234 0 119 -
CMYK 0 1 0.49 0.08
HSL 329.49º 1% 0.46% -
HSV(B) 329.49º 1% 0.92% -
XYZ 37.26 18.82 19.12 -
YUV 83.53 148.02 235.32 -
System Red Green Blue C M Y K H S L
Decimal 234 0 119 0 1 0.49 0.08 329.49 1 0.46
Hex EA 0 77 0 64 31 8 149 64 2E
Octal 352 0 167 0 144 61 10 511 144 56
Binary 11101010 0 1110111 0 1100100 110001 1000 101001001 1100100 101110

Color Harmonies of #EA0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0077

Black with #EA0077

Text Example


Text Example

White with #EA0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0077; }

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

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

background-color css

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

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

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

border-color css

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

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

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