Html Css Color HEX #E10B55 Razzmatazz

📋 copy color: '#E10B55'

red 225 ◦ green 11 ◦ blue 85

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

Shades of Razzmatazz #E10B55

Tints of Razzmatazz #E10B55

RGB

 RED value IS 225 (88.28% from 255) = 70.09%

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

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

R = 70.09%
G = 3.43%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E10B55 (or 0xE10B55) is known color: Razzmatazz. HEX triplet: E1, 0B and 55. RGB value is (225,11,85). Sum of RGB (Red+Green+Blue) = 225+11+85=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E10B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10B55 is #1EF4AA. Grayscale: #535353. Windows color (decimal): -2028715 or 5573601. OLE color: 5573601.

HSL color Cylindrical-coordinate representation of color #E10B55: hue angle of 339.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10B55 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 11 85 -
CMYK 0 0.95 0.62 0.12
HSL 339.25º 0.91% 0.46% -
HSV(B) 339.25º 0.95% 0.88% -
XYZ 32.81 16.9 10.13 -
YUV 83.42 128.9 228.98 -
System Red Green Blue C M Y K H S L
Decimal 225 11 85 0 0.95 0.62 0.12 339.25 0.91 0.46
Hex E1 B 55 0 5F 3E C 153 5B 2E
Octal 341 13 125 0 137 76 14 523 133 56
Binary 11100001 1011 1010101 0 1011111 111110 1100 101010011 1011011 101110

Color Harmonies of #E10B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10B55

Black with #E10B55

Text Example


Text Example

White with #E10B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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