Html Css Color HEX #EA095E Razzmatazz

📋 copy color: '#EA095E'

red 234 ◦ green 9 ◦ blue 94

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

Shades of Razzmatazz #EA095E

Tints of Razzmatazz #EA095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.67%

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

R = 69.44%
G = 2.67%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA095E (or 0xEA095E) is known color: Razzmatazz. HEX triplet: EA, 09 and 5E. RGB value is (234,9,94). Sum of RGB (Red+Green+Blue) = 234+9+94=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA095E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA095E is #15F6A1. Grayscale: #555555. Windows color (decimal): -1439394 or 6162922. OLE color: 6162922.

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

Color convert

RGB 234 9 94 -
CMYK 0 0.96 0.60 0.08
HSL 337.33º 0.93% 0.48% -
HSV(B) 337.33º 0.96% 0.92% -
XYZ 36.05 18.5 12.26 -
YUV 85.97 132.54 233.59 -
System Red Green Blue C M Y K H S L
Decimal 234 9 94 0 0.96 0.60 0.08 337.33 0.93 0.48
Hex EA 9 5E 0 60 3C 8 151 5D 30
Octal 352 11 136 0 140 74 10 521 135 60
Binary 11101010 1001 1011110 0 1100000 111100 1000 101010001 1011101 110000

Color Harmonies of #EA095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA095E

Black with #EA095E

Text Example


Text Example

White with #EA095E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA095E; }

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

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

background-color css

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

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

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

border-color css

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

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

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