Html Css Color HEX #EA095B Razzmatazz

📋 copy color: '#EA095B'

red 234 ◦ green 9 ◦ blue 91

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

Shades of Razzmatazz #EA095B

Tints of Razzmatazz #EA095B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 70.06%
G = 2.69%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA095B (or 0xEA095B) is known color: Razzmatazz. HEX triplet: EA, 09 and 5B. RGB value is (234,9,91). Sum of RGB (Red+Green+Blue) = 234+9+91=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA095B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA095B is #15F6A4. Grayscale: #555555. Windows color (decimal): -1439397 or 5966314. OLE color: 5966314.

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

Color convert

RGB 234 9 91 -
CMYK 0 0.96 0.61 0.08
HSL 338.13º 0.93% 0.48% -
HSV(B) 338.13º 0.96% 0.92% -
XYZ 35.92 18.44 11.56 -
YUV 85.62 131.04 233.83 -
System Red Green Blue C M Y K H S L
Decimal 234 9 91 0 0.96 0.61 0.08 338.13 0.93 0.48
Hex EA 9 5B 0 60 3D 8 152 5D 30
Octal 352 11 133 0 140 75 10 522 135 60
Binary 11101010 1001 1011011 0 1100000 111101 1000 101010010 1011101 110000

Color Harmonies of #EA095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA095B

Black with #EA095B

Text Example


Text Example

White with #EA095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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