Html Css Color HEX #E00960 Razzmatazz

📋 copy color: '#E00960'

red 224 ◦ green 9 ◦ blue 96

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

Shades of Razzmatazz #E00960

Tints of Razzmatazz #E00960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 68.09%
G = 2.74%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E00960 (or 0xE00960) is known color: Razzmatazz. HEX triplet: E0, 09 and 60. RGB value is (224,9,96). Sum of RGB (Red+Green+Blue) = 224+9+96=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E00960 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00960 is #1FF69F. Grayscale: #535353. Windows color (decimal): -2094752 or 6293984. OLE color: 6293984.

HSL color Cylindrical-coordinate representation of color #E00960: hue angle of 335.72º 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 #E00960 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 9 96 -
CMYK 0 0.96 0.57 0.12
HSL 335.72º 0.92% 0.46% -
HSV(B) 335.72º 0.96% 0.88% -
XYZ 32.95 16.89 12.59 -
YUV 83.2 135.23 228.43 -
System Red Green Blue C M Y K H S L
Decimal 224 9 96 0 0.96 0.57 0.12 335.72 0.92 0.46
Hex E0 9 60 0 60 39 C 150 5C 2E
Octal 340 11 140 0 140 71 14 520 134 56
Binary 11100000 1001 1100000 0 1100000 111001 1100 101010000 1011100 101110

Color Harmonies of #E00960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00960

Black with #E00960

Text Example


Text Example

White with #E00960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00960; }

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

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

background-color css

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

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

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

border-color css

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

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

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