Html Css Color HEX #E40B55 Razzmatazz

📋 copy color: '#E40B55'

red 228 ◦ green 11 ◦ blue 85

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

Shades of Razzmatazz #E40B55

Tints of Razzmatazz #E40B55

RGB

 RED value IS 228 (89.45% from 255) = 70.37%

 GREEN value IS 11 (4.69% from 255) = 3.4%

 BLUE value IS 85 (33.59% from 255) = 26.23%

R = 70.37%
G = 3.4%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.11

RGB Variations

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

Color information

#E40B55 (or 0xE40B55) is known color: Razzmatazz. HEX triplet: E4, 0B and 55. RGB value is (228,11,85). Sum of RGB (Red+Green+Blue) = 228+11+85=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E40B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E40B55 is #1BF4AA. Grayscale: #545454. Windows color (decimal): -1832107 or 5573604. OLE color: 5573604.

HSL color Cylindrical-coordinate representation of color #E40B55: hue angle of 339.54º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E40B55 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 11 85 -
CMYK 0 0.95 0.63 0.11
HSL 339.54º 0.91% 0.47% -
HSV(B) 339.54º 0.95% 0.89% -
XYZ 33.75 17.39 10.17 -
YUV 84.32 128.39 230.48 -
System Red Green Blue C M Y K H S L
Decimal 228 11 85 0 0.95 0.63 0.11 339.54 0.91 0.47
Hex E4 B 55 0 5F 3F B 154 5B 2F
Octal 344 13 125 0 137 77 13 524 133 57
Binary 11100100 1011 1010101 0 1011111 111111 1011 101010100 1011011 101111

Color Harmonies of #E40B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40B55

Black with #E40B55

Text Example


Text Example

White with #E40B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40B55; }

 p { color: rgb(228,11,85); }

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

background-color css

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

 a { background-color: rgb(228,11,85); }

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

border-color css

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

 span { border-color: rgb(228,11,85); }

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