Html Css Color HEX #EE0163 Razzmatazz

📋 copy color: '#EE0163'

red 238 ◦ green 1 ◦ blue 99

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

Shades of Razzmatazz #EE0163

Tints of Razzmatazz #EE0163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 70.41%
G = 0.3%
B = 29.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EE0163 (or 0xEE0163) is known color: Razzmatazz. HEX triplet: EE, 01 and 63. RGB value is (238,1,99). Sum of RGB (Red+Green+Blue) = 238+1+99=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0163 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0163 is #11FE9C. Grayscale: #525252. Windows color (decimal): -1179293 or 6488558. OLE color: 6488558.

HSL color Cylindrical-coordinate representation of color #EE0163: hue angle of 335.19º 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 #EE0163 is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 99 -
CMYK 0 1.00 0.58 0.07
HSL 335.19º 0.99% 0.47% -
HSV(B) 335.19º 1% 0.93% -
XYZ 37.52 19.1 13.51 -
YUV 83.04 137.02 238.53 -
System Red Green Blue C M Y K H S L
Decimal 238 1 99 0 1.00 0.58 0.07 335.19 0.99 0.47
Hex EE 1 63 0 64 3A 7 14F 63 2F
Octal 356 1 143 0 144 72 7 517 143 57
Binary 11101110 1 1100011 0 1100100 111010 111 101001111 1100011 101111

Color Harmonies of #EE0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0163

Black with #EE0163

Text Example


Text Example

White with #EE0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0163; }

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

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

background-color css

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

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

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

border-color css

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

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

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