Html Css Color HEX #EE0073 Razzmatazz

📋 copy color: '#EE0073'

red 238 ◦ green 0 ◦ blue 115

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

Shades of Razzmatazz #EE0073

Tints of Razzmatazz #EE0073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 32.58%

R = 67.42%
G = 0%
B = 32.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EE0073 (or 0xEE0073) is known color: Razzmatazz. HEX triplet: EE, 00 and 73. RGB value is (238,0,115). Sum of RGB (Red+Green+Blue) = 238+0+115=353 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.42% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0073 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0073 is #11FF8C. Grayscale: #545454. Windows color (decimal): -1179533 or 7536878. OLE color: 7536878.

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

Color convert

RGB 238 0 115 -
CMYK 0 1 0.52 0.07
HSL 331.01º 1% 0.47% -
HSV(B) 331.01º 1% 0.93% -
XYZ 38.35 19.41 17.95 -
YUV 84.27 145.35 237.65 -
System Red Green Blue C M Y K H S L
Decimal 238 0 115 0 1 0.52 0.07 331.01 1 0.47
Hex EE 0 73 0 64 34 7 14B 64 2F
Octal 356 0 163 0 144 64 7 513 144 57
Binary 11101110 0 1110011 0 1100100 110100 111 101001011 1100100 101111

Color Harmonies of #EE0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0073

Black with #EE0073

Text Example


Text Example

White with #EE0073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0073; }

 p { color: rgb(238,0,115); }

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

background-color css

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

 a { background-color: rgb(238,0,115); }

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

border-color css

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

 span { border-color: rgb(238,0,115); }

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