Html Css Color HEX #E00175 Razzmatazz

📋 copy color: '#E00175'

red 224 ◦ green 1 ◦ blue 117

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

Shades of Razzmatazz #E00175

Tints of Razzmatazz #E00175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 65.5%
G = 0.29%
B = 34.21%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E00175 (or 0xE00175) is known color: Razzmatazz. HEX triplet: E0, 01 and 75. RGB value is (224,1,117). Sum of RGB (Red+Green+Blue) = 224+1+117=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E00175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00175 is #1FFE8A. Grayscale: #505050. Windows color (decimal): -2096779 or 7668192. OLE color: 7668192.

HSL color Cylindrical-coordinate representation of color #E00175: hue angle of 328.79º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E00175 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 1 117 -
CMYK 0 1.00 0.48 0.12
HSL 328.79º 0.99% 0.44% -
HSV(B) 328.79º 1% 0.88% -
XYZ 33.96 17.15 18.35 -
YUV 80.9 148.38 230.07 -
System Red Green Blue C M Y K H S L
Decimal 224 1 117 0 1.00 0.48 0.12 328.79 0.99 0.44
Hex E0 1 75 0 64 30 C 149 63 2C
Octal 340 1 165 0 144 60 14 511 143 54
Binary 11100000 1 1110101 0 1100100 110000 1100 101001001 1100011 101100

Color Harmonies of #E00175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00175

Black with #E00175

Text Example


Text Example

White with #E00175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00175; }

 p { color: rgb(224,1,117); }

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

background-color css

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

 a { background-color: rgb(224,1,117); }

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

border-color css

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

 span { border-color: rgb(224,1,117); }

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