Html Css Color HEX #EE016F Razzmatazz

📋 copy color: '#EE016F'

red 238 ◦ green 1 ◦ blue 111

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

Shades of Razzmatazz #EE016F

Tints of Razzmatazz #EE016F

RGB

 RED value IS 238 (93.36% from 255) = 68%

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

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

R = 68%
G = 0.29%
B = 31.71%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE016F (or 0xEE016F) is known color: Razzmatazz. HEX triplet: EE, 01 and 6F. RGB value is (238,1,111). Sum of RGB (Red+Green+Blue) = 238+1+111=350 (46% of max value = 765). Red value is 238 (93.36% from 255 or 68% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 238 - color contains mainly: red. Hex color #EE016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE016F is #11FE90. Grayscale: #545454. Windows color (decimal): -1179281 or 7274990. OLE color: 7274990.

HSL color Cylindrical-coordinate representation of color #EE016F: hue angle of 332.15º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE016F is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 111 -
CMYK 0 1.00 0.53 0.07
HSL 332.15º 0.99% 0.47% -
HSV(B) 332.15º 1% 0.93% -
XYZ 38.14 19.35 16.76 -
YUV 84.4 143.02 237.56 -
System Red Green Blue C M Y K H S L
Decimal 238 1 111 0 1.00 0.53 0.07 332.15 0.99 0.47
Hex EE 1 6F 0 64 35 7 14C 63 2F
Octal 356 1 157 0 144 65 7 514 143 57
Binary 11101110 1 1101111 0 1100100 110101 111 101001100 1100011 101111

Color Harmonies of #EE016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE016F

Black with #EE016F

Text Example


Text Example

White with #EE016F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE016F; }

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

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

background-color css

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

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

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

border-color css

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

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

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