Html Css Color HEX #EE1251 Razzmatazz

📋 copy color: '#EE1251'

red 238 ◦ green 18 ◦ blue 81

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

Shades of Razzmatazz #EE1251

Tints of Razzmatazz #EE1251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.34%

 BLUE value IS 81 (32.03% from 255) = 24.04%

R = 70.62%
G = 5.34%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE1251 (or 0xEE1251) is known color: Razzmatazz. HEX triplet: EE, 12 and 51. RGB value is (238,18,81). Sum of RGB (Red+Green+Blue) = 238+18+81=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1251 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1251 is #11EDAE. Grayscale: #5A5A5A. Windows color (decimal): -1174959 or 5313262. OLE color: 5313262.

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

Color convert

RGB 238 18 81 -
CMYK 0 0.92 0.66 0.07
HSL 342.82º 0.87% 0.5% -
HSV(B) 342.82º 0.92% 0.93% -
XYZ 36.96 19.2 9.54 -
YUV 90.96 122.39 232.88 -
System Red Green Blue C M Y K H S L
Decimal 238 18 81 0 0.92 0.66 0.07 342.82 0.87 0.5
Hex EE 12 51 0 5C 42 7 157 57 32
Octal 356 22 121 0 134 102 7 527 127 62
Binary 11101110 10010 1010001 0 1011100 1000010 111 101010111 1010111 110010

Color Harmonies of #EE1251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1251

Black with #EE1251

Text Example


Text Example

White with #EE1251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1251; }

 p { color: rgb(238,18,81); }

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

background-color css

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

 a { background-color: rgb(238,18,81); }

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

border-color css

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

 span { border-color: rgb(238,18,81); }

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