Html Css Color HEX #E1006B Razzmatazz

📋 copy color: '#E1006B'

red 225 ◦ green 0 ◦ blue 107

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

Shades of Razzmatazz #E1006B

Tints of Razzmatazz #E1006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 67.77%
G = 0%
B = 32.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E1006B (or 0xE1006B) is known color: Razzmatazz. HEX triplet: E1, 00 and 6B. RGB value is (225,0,107). Sum of RGB (Red+Green+Blue) = 225+0+107=332 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.77% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 225 - color contains mainly: red. Hex color #E1006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E1006B is #1EFF94. Grayscale: #4F4F4F. Windows color (decimal): -2031509 or 7012577. OLE color: 7012577.

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

Color convert

RGB 225 0 107 -
CMYK 0 1 0.52 0.12
HSL 331.47º 1% 0.44% -
HSV(B) 331.47º 1% 0.88% -
XYZ 33.71 17.07 15.43 -
YUV 79.47 143.54 231.8 -
System Red Green Blue C M Y K H S L
Decimal 225 0 107 0 1 0.52 0.12 331.47 1 0.44
Hex E1 0 6B 0 64 34 C 14B 64 2C
Octal 341 0 153 0 144 64 14 513 144 54
Binary 11100001 0 1101011 0 1100100 110100 1100 101001011 1100100 101100

Color Harmonies of #E1006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1006B

Black with #E1006B

Text Example


Text Example

White with #E1006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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