Html Css Color HEX #E00955 Razzmatazz

📋 copy color: '#E00955'

red 224 ◦ green 9 ◦ blue 85

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

Shades of Razzmatazz #E00955

Tints of Razzmatazz #E00955

RGB

 RED value IS 224 (87.89% from 255) = 70.44%

 GREEN value IS 9 (3.91% from 255) = 2.83%

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

R = 70.44%
G = 2.83%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#E00955 (or 0xE00955) is known color: Razzmatazz. HEX triplet: E0, 09 and 55. RGB value is (224,9,85). Sum of RGB (Red+Green+Blue) = 224+9+85=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E00955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00955 is #1FF6AA. Grayscale: #515151. Windows color (decimal): -2094763 or 5573088. OLE color: 5573088.

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

Color convert

RGB 224 9 85 -
CMYK 0 0.96 0.62 0.12
HSL 338.79º 0.92% 0.46% -
HSV(B) 338.79º 0.96% 0.88% -
XYZ 32.48 16.7 10.11 -
YUV 81.95 129.73 229.32 -
System Red Green Blue C M Y K H S L
Decimal 224 9 85 0 0.96 0.62 0.12 338.79 0.92 0.46
Hex E0 9 55 0 60 3E C 153 5C 2E
Octal 340 11 125 0 140 76 14 523 134 56
Binary 11100000 1001 1010101 0 1100000 111110 1100 101010011 1011100 101110

Color Harmonies of #E00955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00955

Black with #E00955

Text Example


Text Example

White with #E00955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00955; }

 p { color: rgb(224,9,85); }

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

background-color css

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

 a { background-color: rgb(224,9,85); }

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

border-color css

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

 span { border-color: rgb(224,9,85); }

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