Html Css Color HEX #E00065 Razzmatazz

📋 copy color: '#E00065'

red 224 ◦ green 0 ◦ blue 101

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

Shades of Razzmatazz #E00065

Tints of Razzmatazz #E00065

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.92%
G = 0%
B = 31.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E00065 (or 0xE00065) is known color: Razzmatazz. HEX triplet: E0, 00 and 65. RGB value is (224,0,101). Sum of RGB (Red+Green+Blue) = 224+0+101=325 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.92% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 224 - color contains mainly: red. Hex color #E00065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00065 is #1FFF9A. Grayscale: #4E4E4E. Windows color (decimal): -2097051 or 6619360. OLE color: 6619360.

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

Color convert

RGB 224 0 101 -
CMYK 0 1 0.55 0.12
HSL 332.95º 1% 0.44% -
HSV(B) 332.95º 1% 0.88% -
XYZ 33.09 16.79 13.81 -
YUV 78.49 140.71 231.79 -
System Red Green Blue C M Y K H S L
Decimal 224 0 101 0 1 0.55 0.12 332.95 1 0.44
Hex E0 0 65 0 64 37 C 14D 64 2C
Octal 340 0 145 0 144 67 14 515 144 54
Binary 11100000 0 1100101 0 1100100 110111 1100 101001101 1100100 101100

Color Harmonies of #E00065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00065

Black with #E00065

Text Example


Text Example

White with #E00065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00065; }

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

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

background-color css

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

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

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

border-color css

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

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

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