Html Css Color HEX #E9014F Razzmatazz

📋 copy color: '#E9014F'

red 233 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #E9014F

Tints of Razzmatazz #E9014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 74.44%
G = 0.32%
B = 25.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E9014F (or 0xE9014F) is known color: Razzmatazz. HEX triplet: E9, 01 and 4F. RGB value is (233,1,79). Sum of RGB (Red+Green+Blue) = 233+1+79=313 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.44% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 233 - color contains mainly: red. Hex color #E9014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E9014F is #16FEB0. Grayscale: #4F4F4F. Windows color (decimal): -1506993 or 5177833. OLE color: 5177833.

HSL color Cylindrical-coordinate representation of color #E9014F: hue angle of 339.83º 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 #E9014F is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 1 79 -
CMYK 0 1.00 0.66 0.09
HSL 339.83º 0.99% 0.46% -
HSV(B) 339.83º 1% 0.91% -
XYZ 35.03 17.91 9.01 -
YUV 79.26 127.86 237.66 -
System Red Green Blue C M Y K H S L
Decimal 233 1 79 0 1.00 0.66 0.09 339.83 0.99 0.46
Hex E9 1 4F 0 64 42 9 154 63 2E
Octal 351 1 117 0 144 102 11 524 143 56
Binary 11101001 1 1001111 0 1100100 1000010 1001 101010100 1100011 101110

Color Harmonies of #E9014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9014F

Black with #E9014F

Text Example


Text Example

White with #E9014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9014F; }

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

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

background-color css

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

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

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

border-color css

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

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

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