Html Css Color HEX #E9024D Razzmatazz

📋 copy color: '#E9024D'

red 233 ◦ green 2 ◦ blue 77

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

Shades of Razzmatazz #E9024D

Tints of Razzmatazz #E9024D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 77 (30.47% from 255) = 24.68%

R = 74.68%
G = 0.64%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E9024D (or 0xE9024D) is known color: Razzmatazz. HEX triplet: E9, 02 and 4D. RGB value is (233,2,77). Sum of RGB (Red+Green+Blue) = 233+2+77=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E9024D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9024D is #16FDB2. Grayscale: #4F4F4F. Windows color (decimal): -1506739 or 5047017. OLE color: 5047017.

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

Color convert

RGB 233 2 77 -
CMYK 0 0.99 0.67 0.09
HSL 340.52º 0.98% 0.46% -
HSV(B) 340.52º 0.99% 0.91% -
XYZ 34.97 17.9 8.63 -
YUV 79.62 126.53 237.4 -
System Red Green Blue C M Y K H S L
Decimal 233 2 77 0 0.99 0.67 0.09 340.52 0.98 0.46
Hex E9 2 4D 0 63 43 9 155 62 2E
Octal 351 2 115 0 143 103 11 525 142 56
Binary 11101001 10 1001101 0 1100011 1000011 1001 101010101 1100010 101110

Color Harmonies of #E9024D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9024D

Black with #E9024D

Text Example


Text Example

White with #E9024D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9024D; }

 p { color: rgb(233,2,77); }

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

background-color css

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

 a { background-color: rgb(233,2,77); }

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

border-color css

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

 span { border-color: rgb(233,2,77); }

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