Html Css Color HEX #E00665 Razzmatazz

📋 copy color: '#E00665'

red 224 ◦ green 6 ◦ blue 101

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

Shades of Razzmatazz #E00665

Tints of Razzmatazz #E00665

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.81%

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

R = 67.67%
G = 1.81%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00665 (or 0xE00665) is known color: Razzmatazz. HEX triplet: E0, 06 and 65. RGB value is (224,6,101). Sum of RGB (Red+Green+Blue) = 224+6+101=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E00665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00665 is #1FF99A. Grayscale: #515151. Windows color (decimal): -2095515 or 6620896. OLE color: 6620896.

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

Color convert

RGB 224 6 101 -
CMYK 0 0.97 0.55 0.12
HSL 333.85º 0.95% 0.45% -
HSV(B) 333.85º 0.97% 0.88% -
XYZ 33.15 16.92 13.83 -
YUV 82.01 138.72 229.28 -
System Red Green Blue C M Y K H S L
Decimal 224 6 101 0 0.97 0.55 0.12 333.85 0.95 0.45
Hex E0 6 65 0 61 37 C 14E 5F 2D
Octal 340 6 145 0 141 67 14 516 137 55
Binary 11100000 110 1100101 0 1100001 110111 1100 101001110 1011111 101101

Color Harmonies of #E00665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00665

Black with #E00665

Text Example


Text Example

White with #E00665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00665; }

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

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

background-color css

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

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

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

border-color css

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

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

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