Html Css Color HEX #E9014B Razzmatazz

📋 copy color: '#E9014B'

red 233 ◦ green 1 ◦ blue 75

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

Shades of Razzmatazz #E9014B

Tints of Razzmatazz #E9014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.27%

R = 75.4%
G = 0.32%
B = 24.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E9014B (or 0xE9014B) is known color: Razzmatazz. HEX triplet: E9, 01 and 4B. RGB value is (233,1,75). Sum of RGB (Red+Green+Blue) = 233+1+75=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 75 (29.69% from 255 or 24.27% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E9014B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9014B is #16FEB4. Grayscale: #4E4E4E. Windows color (decimal): -1506997 or 4915689. OLE color: 4915689.

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

Color convert

RGB 233 1 75 -
CMYK 0 1.00 0.68 0.09
HSL 340.86º 0.99% 0.46% -
HSV(B) 340.86º 1% 0.91% -
XYZ 34.89 17.85 8.26 -
YUV 78.8 125.86 237.98 -
System Red Green Blue C M Y K H S L
Decimal 233 1 75 0 1.00 0.68 0.09 340.86 0.99 0.46
Hex E9 1 4B 0 64 44 9 155 63 2E
Octal 351 1 113 0 144 104 11 525 143 56
Binary 11101001 1 1001011 0 1100100 1000100 1001 101010101 1100011 101110

Color Harmonies of #E9014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9014B

Black with #E9014B

Text Example


Text Example

White with #E9014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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