Html Css Color HEX #E00165 Razzmatazz

📋 copy color: '#E00165'

red 224 ◦ green 1 ◦ blue 101

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

Shades of Razzmatazz #E00165

Tints of Razzmatazz #E00165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.98%

R = 68.71%
G = 0.31%
B = 30.98%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00165 (or 0xE00165) is known color: Razzmatazz. HEX triplet: E0, 01 and 65. RGB value is (224,1,101). Sum of RGB (Red+Green+Blue) = 224+1+101=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E00165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00165 is #1FFE9A. Grayscale: #4E4E4E. Windows color (decimal): -2096795 or 6619616. OLE color: 6619616.

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

Color convert

RGB 224 1 101 -
CMYK 0 1.00 0.55 0.12
HSL 333.09º 0.99% 0.44% -
HSV(B) 333.09º 1% 0.88% -
XYZ 33.1 16.81 13.81 -
YUV 79.08 140.38 231.37 -
System Red Green Blue C M Y K H S L
Decimal 224 1 101 0 1.00 0.55 0.12 333.09 0.99 0.44
Hex E0 1 65 0 64 37 C 14D 63 2C
Octal 340 1 145 0 144 67 14 515 143 54
Binary 11100000 1 1100101 0 1100100 110111 1100 101001101 1100011 101100

Color Harmonies of #E00165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00165

Black with #E00165

Text Example


Text Example

White with #E00165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00165; }

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

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

background-color css

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

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

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

border-color css

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

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

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