Html Css Color HEX #E9015A Razzmatazz

📋 copy color: '#E9015A'

red 233 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #E9015A

Tints of Razzmatazz #E9015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 71.91%
G = 0.31%
B = 27.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E9015A (or 0xE9015A) is known color: Razzmatazz. HEX triplet: E9, 01 and 5A. RGB value is (233,1,90). Sum of RGB (Red+Green+Blue) = 233+1+90=324 (42% of max value = 765). Red value is 233 (91.41% from 255 or 71.91% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 233 - color contains mainly: red. Hex color #E9015A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9015A is #16FEA5. Grayscale: #505050. Windows color (decimal): -1506982 or 5898729. OLE color: 5898729.

HSL color Cylindrical-coordinate representation of color #E9015A: hue angle of 336.98º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9015A is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 90 -
CMYK 0 1.00 0.61 0.09
HSL 336.98º 0.99% 0.46% -
HSV(B) 336.98º 1% 0.91% -
XYZ 35.46 18.08 11.29 -
YUV 80.51 133.36 236.76 -
System Red Green Blue C M Y K H S L
Decimal 233 1 90 0 1.00 0.61 0.09 336.98 0.99 0.46
Hex E9 1 5A 0 64 3D 9 151 63 2E
Octal 351 1 132 0 144 75 11 521 143 56
Binary 11101001 1 1011010 0 1100100 111101 1001 101010001 1100011 101110

Color Harmonies of #E9015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9015A

Black with #E9015A

Text Example


Text Example

White with #E9015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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