Html Css Color HEX #EE1062 Razzmatazz

📋 copy color: '#EE1062'

red 238 ◦ green 16 ◦ blue 98

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

Shades of Razzmatazz #EE1062

Tints of Razzmatazz #EE1062

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.55%

 BLUE value IS 98 (38.67% from 255) = 27.84%

R = 67.61%
G = 4.55%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE1062 (or 0xEE1062) is known color: Razzmatazz. HEX triplet: EE, 10 and 62. RGB value is (238,16,98). Sum of RGB (Red+Green+Blue) = 238+16+98=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1062 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1062 is #11EF9D. Grayscale: #5B5B5B. Windows color (decimal): -1175454 or 6426862. OLE color: 6426862.

HSL color Cylindrical-coordinate representation of color #EE1062: hue angle of 337.84º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1062 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 16 98 -
CMYK 0 0.93 0.59 0.07
HSL 337.84º 0.87% 0.5% -
HSV(B) 337.84º 0.93% 0.93% -
XYZ 37.65 19.43 13.32 -
YUV 91.73 131.55 232.33 -
System Red Green Blue C M Y K H S L
Decimal 238 16 98 0 0.93 0.59 0.07 337.84 0.87 0.5
Hex EE 10 62 0 5D 3B 7 152 57 32
Octal 356 20 142 0 135 73 7 522 127 62
Binary 11101110 10000 1100010 0 1011101 111011 111 101010010 1010111 110010

Color Harmonies of #EE1062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1062

Black with #EE1062

Text Example


Text Example

White with #EE1062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1062; }

 p { color: rgb(238,16,98); }

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

background-color css

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

 a { background-color: rgb(238,16,98); }

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

border-color css

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

 span { border-color: rgb(238,16,98); }

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