Html Css Color HEX #E0016B Razzmatazz

📋 copy color: '#E0016B'

red 224 ◦ green 1 ◦ blue 107

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

Shades of Razzmatazz #E0016B

Tints of Razzmatazz #E0016B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 67.47%
G = 0.3%
B = 32.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#E0016B (or 0xE0016B) is known color: Razzmatazz. HEX triplet: E0, 01 and 6B. RGB value is (224,1,107). Sum of RGB (Red+Green+Blue) = 224+1+107=332 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.47% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 224 - color contains mainly: red. Hex color #E0016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0016B is #1FFE94. Grayscale: #4F4F4F. Windows color (decimal): -2096789 or 7012832. OLE color: 7012832.

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

Color convert

RGB 224 1 107 -
CMYK 0 1.00 0.52 0.12
HSL 331.48º 0.99% 0.44% -
HSV(B) 331.48º 1% 0.88% -
XYZ 33.41 16.93 15.42 -
YUV 79.76 143.38 230.88 -
System Red Green Blue C M Y K H S L
Decimal 224 1 107 0 1.00 0.52 0.12 331.48 0.99 0.44
Hex E0 1 6B 0 64 34 C 14B 63 2C
Octal 340 1 153 0 144 64 14 513 143 54
Binary 11100000 1 1101011 0 1100100 110100 1100 101001011 1100011 101100

Color Harmonies of #E0016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0016B

Black with #E0016B

Text Example


Text Example

White with #E0016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0016B; }

 p { color: rgb(224,1,107); }

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

background-color css

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

 a { background-color: rgb(224,1,107); }

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

border-color css

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

 span { border-color: rgb(224,1,107); }

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