Html Css Color HEX #E6016F Razzmatazz

📋 copy color: '#E6016F'

red 230 ◦ green 1 ◦ blue 111

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

Shades of Razzmatazz #E6016F

Tints of Razzmatazz #E6016F

RGB

 RED value IS 230 (90.23% from 255) = 67.25%

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

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

R = 67.25%
G = 0.29%
B = 32.46%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E6016F (or 0xE6016F) is known color: Razzmatazz. HEX triplet: E6, 01 and 6F. RGB value is (230,1,111). Sum of RGB (Red+Green+Blue) = 230+1+111=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 1 (0.78% from 255 or 0.29% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E6016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6016F is #19FE90. Grayscale: #515151. Windows color (decimal): -1703569 or 7274982. OLE color: 7274982.

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

Color convert

RGB 230 1 111 -
CMYK 0 1.00 0.52 0.10
HSL 331.18º 0.99% 0.45% -
HSV(B) 331.18º 1% 0.9% -
XYZ 35.51 17.99 16.64 -
YUV 82.01 144.37 233.56 -
System Red Green Blue C M Y K H S L
Decimal 230 1 111 0 1.00 0.52 0.10 331.18 0.99 0.45
Hex E6 1 6F 0 64 34 A 14B 63 2D
Octal 346 1 157 0 144 64 12 513 143 55
Binary 11100110 1 1101111 0 1100100 110100 1010 101001011 1100011 101101

Color Harmonies of #E6016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6016F

Black with #E6016F

Text Example


Text Example

White with #E6016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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