Html Css Color HEX #EE0075 Razzmatazz

📋 copy color: '#EE0075'

red 238 ◦ green 0 ◦ blue 117

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

Shades of Razzmatazz #EE0075

Tints of Razzmatazz #EE0075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 67.04%
G = 0%
B = 32.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE0075 (or 0xEE0075) is known color: Razzmatazz. HEX triplet: EE, 00 and 75. RGB value is (238,0,117). Sum of RGB (Red+Green+Blue) = 238+0+117=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0075 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0075 is #11FF8A. Grayscale: #545454. Windows color (decimal): -1179531 or 7667950. OLE color: 7667950.

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

Color convert

RGB 238 0 117 -
CMYK 0 1 0.51 0.07
HSL 330.5º 1% 0.47% -
HSV(B) 330.5º 1% 0.93% -
XYZ 38.47 19.46 18.56 -
YUV 84.5 146.35 237.49 -
System Red Green Blue C M Y K H S L
Decimal 238 0 117 0 1 0.51 0.07 330.5 1 0.47
Hex EE 0 75 0 64 33 7 14B 64 2F
Octal 356 0 165 0 144 63 7 513 144 57
Binary 11101110 0 1110101 0 1100100 110011 111 101001011 1100100 101111

Color Harmonies of #EE0075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0075

Black with #EE0075

Text Example


Text Example

White with #EE0075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0075; }

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

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

background-color css

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

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

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

border-color css

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

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

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