Html Css Color HEX #E9135A Razzmatazz

📋 copy color: '#E9135A'

red 233 ◦ green 19 ◦ blue 90

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

Shades of Razzmatazz #E9135A

Tints of Razzmatazz #E9135A

RGB

 RED value IS 233 (91.41% from 255) = 68.13%

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

 BLUE value IS 90 (35.55% from 255) = 26.32%

R = 68.13%
G = 5.56%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9135A (or 0xE9135A) is known color: Razzmatazz. HEX triplet: E9, 13 and 5A. RGB value is (233,19,90). Sum of RGB (Red+Green+Blue) = 233+19+90=342 (45% of max value = 765). Red value is 233 (91.41% from 255 or 68.13% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 233 - color contains mainly: red. Hex color #E9135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9135A is #16ECA5. Grayscale: #5B5B5B. Windows color (decimal): -1502374 or 5903337. OLE color: 5903337.

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

Color convert

RGB 233 19 90 -
CMYK 0 0.92 0.61 0.09
HSL 340.09º 0.85% 0.49% -
HSV(B) 340.09º 0.92% 0.91% -
XYZ 35.68 18.53 11.37 -
YUV 91.08 127.4 229.23 -
System Red Green Blue C M Y K H S L
Decimal 233 19 90 0 0.92 0.61 0.09 340.09 0.85 0.49
Hex E9 13 5A 0 5C 3D 9 154 55 31
Octal 351 23 132 0 134 75 11 524 125 61
Binary 11101001 10011 1011010 0 1011100 111101 1001 101010100 1010101 110001

Color Harmonies of #E9135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9135A

Black with #E9135A

Text Example


Text Example

White with #E9135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9135A; }

 p { color: rgb(233,19,90); }

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

background-color css

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

 a { background-color: rgb(233,19,90); }

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

border-color css

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

 span { border-color: rgb(233,19,90); }

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