Html Css Color HEX #EA0074 Razzmatazz

📋 copy color: '#EA0074'

red 234 ◦ green 0 ◦ blue 116

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

Shades of Razzmatazz #EA0074

Tints of Razzmatazz #EA0074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.14%

R = 66.86%
G = 0%
B = 33.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EA0074 (or 0xEA0074) is known color: Razzmatazz. HEX triplet: EA, 00 and 74. RGB value is (234,0,116). Sum of RGB (Red+Green+Blue) = 234+0+116=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA0074 is #15FF8B. Grayscale: #525252. Windows color (decimal): -1441676 or 7602410. OLE color: 7602410.

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

Color convert

RGB 234 0 116 -
CMYK 0 1 0.50 0.08
HSL 330.26º 1% 0.46% -
HSV(B) 330.26º 1% 0.92% -
XYZ 37.08 18.75 18.19 -
YUV 83.19 146.52 235.57 -
System Red Green Blue C M Y K H S L
Decimal 234 0 116 0 1 0.50 0.08 330.26 1 0.46
Hex EA 0 74 0 64 32 8 14A 64 2E
Octal 352 0 164 0 144 62 10 512 144 56
Binary 11101010 0 1110100 0 1100100 110010 1000 101001010 1100100 101110

Color Harmonies of #EA0074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0074

Black with #EA0074

Text Example


Text Example

White with #EA0074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0074; }

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

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

background-color css

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

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

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

border-color css

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

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

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