Html Css Color HEX #E4016F Razzmatazz

📋 copy color: '#E4016F'

red 228 ◦ green 1 ◦ blue 111

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

Shades of Razzmatazz #E4016F

Tints of Razzmatazz #E4016F

RGB

 RED value IS 228 (89.45% from 255) = 67.06%

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

 BLUE value IS 111 (43.75% from 255) = 32.65%

R = 67.06%
G = 0.29%
B = 32.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E4016F (or 0xE4016F) is known color: Razzmatazz. HEX triplet: E4, 01 and 6F. RGB value is (228,1,111). Sum of RGB (Red+Green+Blue) = 228+1+111=340 (45% of max value = 765). Red value is 228 (89.45% from 255 or 67.06% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 111 (43.75% from 255 or 32.65% from 340); Max value from RGB is 228 - color contains mainly: red. Hex color #E4016F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E4016F is #1BFE90. Grayscale: #515151. Windows color (decimal): -1834641 or 7274980. OLE color: 7274980.

HSL color Cylindrical-coordinate representation of color #E4016F: hue angle of 330.93º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E4016F is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 1 111 -
CMYK 0 1.00 0.51 0.11
HSL 330.93º 0.99% 0.45% -
HSV(B) 330.93º 1% 0.89% -
XYZ 34.88 17.66 16.61 -
YUV 81.41 144.71 232.56 -
System Red Green Blue C M Y K H S L
Decimal 228 1 111 0 1.00 0.51 0.11 330.93 0.99 0.45
Hex E4 1 6F 0 64 33 B 14B 63 2D
Octal 344 1 157 0 144 63 13 513 143 55
Binary 11100100 1 1101111 0 1100100 110011 1011 101001011 1100011 101101

Color Harmonies of #E4016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4016F

Black with #E4016F

Text Example


Text Example

White with #E4016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4016F; }

 p { color: rgb(228,1,111); }

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

background-color css

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

 a { background-color: rgb(228,1,111); }

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

border-color css

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

 span { border-color: rgb(228,1,111); }

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