Html Css Color HEX #EA135B Razzmatazz

📋 copy color: '#EA135B'

red 234 ◦ green 19 ◦ blue 91

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

Shades of Razzmatazz #EA135B

Tints of Razzmatazz #EA135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

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

R = 68.02%
G = 5.52%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA135B (or 0xEA135B) is known color: Razzmatazz. HEX triplet: EA, 13 and 5B. RGB value is (234,19,91). Sum of RGB (Red+Green+Blue) = 234+19+91=344 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.02% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 234 - color contains mainly: red. Hex color #EA135B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA135B is #15ECA4. Grayscale: #5B5B5B. Windows color (decimal): -1436837 or 5968874. OLE color: 5968874.

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

Color convert

RGB 234 19 91 -
CMYK 0 0.92 0.61 0.08
HSL 339.91º 0.85% 0.5% -
HSV(B) 339.91º 0.92% 0.92% -
XYZ 36.05 18.71 11.61 -
YUV 91.49 127.73 229.65 -
System Red Green Blue C M Y K H S L
Decimal 234 19 91 0 0.92 0.61 0.08 339.91 0.85 0.5
Hex EA 13 5B 0 5C 3D 8 154 55 32
Octal 352 23 133 0 134 75 10 524 125 62
Binary 11101010 10011 1011011 0 1011100 111101 1000 101010100 1010101 110010

Color Harmonies of #EA135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA135B

Black with #EA135B

Text Example


Text Example

White with #EA135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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