Html Css Color HEX #E10066 Razzmatazz

📋 copy color: '#E10066'

red 225 ◦ green 0 ◦ blue 102

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

Shades of Razzmatazz #E10066

Tints of Razzmatazz #E10066

RGB

 RED value IS 225 (88.28% from 255) = 68.81%

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

 BLUE value IS 102 (40.23% from 255) = 31.19%

R = 68.81%
G = 0%
B = 31.19%

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

#E10066 (or 0xE10066) is known color: Razzmatazz. HEX triplet: E1, 00 and 66. RGB value is (225,0,102). Sum of RGB (Red+Green+Blue) = 225+0+102=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E10066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E10066 is #1EFF99. Grayscale: #4E4E4E. Windows color (decimal): -2031514 or 6684897. OLE color: 6684897.

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

Color convert

RGB 225 0 102 -
CMYK 0 1 0.55 0.12
HSL 332.8º 1% 0.44% -
HSV(B) 332.8º 1% 0.88% -
XYZ 33.45 16.97 14.08 -
YUV 78.9 141.04 232.21 -
System Red Green Blue C M Y K H S L
Decimal 225 0 102 0 1 0.55 0.12 332.8 1 0.44
Hex E1 0 66 0 64 37 C 14D 64 2C
Octal 341 0 146 0 144 67 14 515 144 54
Binary 11100001 0 1100110 0 1100100 110111 1100 101001101 1100100 101100

Color Harmonies of #E10066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10066

Black with #E10066

Text Example


Text Example

White with #E10066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10066; }

 p { color: rgb(225,0,102); }

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

background-color css

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

 a { background-color: rgb(225,0,102); }

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

border-color css

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

 span { border-color: rgb(225,0,102); }

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