Html Css Color HEX #EE1250 Razzmatazz

📋 copy color: '#EE1250'

red 238 ◦ green 18 ◦ blue 80

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

Shades of Razzmatazz #EE1250

Tints of Razzmatazz #EE1250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 70.83%
G = 5.36%
B = 23.81%

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

#EE1250 (or 0xEE1250) is known color: Razzmatazz. HEX triplet: EE, 12 and 50. RGB value is (238,18,80). Sum of RGB (Red+Green+Blue) = 238+18+80=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1250 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1250 is #11EDAF. Grayscale: #5A5A5A. Windows color (decimal): -1174960 or 5247726. OLE color: 5247726.

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

Color convert

RGB 238 18 80 -
CMYK 0 0.92 0.66 0.07
HSL 343.09º 0.87% 0.5% -
HSV(B) 343.09º 0.92% 0.93% -
XYZ 36.92 19.19 9.35 -
YUV 90.85 121.89 232.96 -
System Red Green Blue C M Y K H S L
Decimal 238 18 80 0 0.92 0.66 0.07 343.09 0.87 0.5
Hex EE 12 50 0 5C 42 7 157 57 32
Octal 356 22 120 0 134 102 7 527 127 62
Binary 11101110 10010 1010000 0 1011100 1000010 111 101010111 1010111 110010

Color Harmonies of #EE1250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1250

Black with #EE1250

Text Example


Text Example

White with #EE1250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1250; }

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

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

background-color css

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

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

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

border-color css

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

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

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