Html Css Color HEX #E00067 Razzmatazz

📋 copy color: '#E00067'

red 224 ◦ green 0 ◦ blue 103

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

Shades of Razzmatazz #E00067

Tints of Razzmatazz #E00067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.5%

R = 68.5%
G = 0%
B = 31.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E00067 (or 0xE00067) is known color: Razzmatazz. HEX triplet: E0, 00 and 67. RGB value is (224,0,103). Sum of RGB (Red+Green+Blue) = 224+0+103=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E00067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00067 is #1FFF98. Grayscale: #4E4E4E. Windows color (decimal): -2097049 or 6750432. OLE color: 6750432.

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

Color convert

RGB 224 0 103 -
CMYK 0 1 0.54 0.12
HSL 332.41º 1% 0.44% -
HSV(B) 332.41º 1% 0.88% -
XYZ 33.19 16.83 14.33 -
YUV 78.72 141.71 231.62 -
System Red Green Blue C M Y K H S L
Decimal 224 0 103 0 1 0.54 0.12 332.41 1 0.44
Hex E0 0 67 0 64 36 C 14C 64 2C
Octal 340 0 147 0 144 66 14 514 144 54
Binary 11100000 0 1100111 0 1100100 110110 1100 101001100 1100100 101100

Color Harmonies of #E00067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00067

Black with #E00067

Text Example


Text Example

White with #E00067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00067; }

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

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

background-color css

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

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

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

border-color css

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

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

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