Html Css Color HEX #EE0C50 Razzmatazz

📋 copy color: '#EE0C50'

red 238 ◦ green 12 ◦ blue 80

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

Shades of Razzmatazz #EE0C50

Tints of Razzmatazz #EE0C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

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

R = 72.12%
G = 3.64%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE0C50 (or 0xEE0C50) is known color: Razzmatazz. HEX triplet: EE, 0C and 50. RGB value is (238,12,80). Sum of RGB (Red+Green+Blue) = 238+12+80=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0C50 is #11F3AF. Grayscale: #575757. Windows color (decimal): -1176496 or 5246190. OLE color: 5246190.

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

Color convert

RGB 238 12 80 -
CMYK 0 0.95 0.66 0.07
HSL 341.95º 0.9% 0.49% -
HSV(B) 341.95º 0.95% 0.93% -
XYZ 36.84 19.02 9.32 -
YUV 87.33 123.87 235.47 -
System Red Green Blue C M Y K H S L
Decimal 238 12 80 0 0.95 0.66 0.07 341.95 0.9 0.49
Hex EE C 50 0 5F 42 7 156 5A 31
Octal 356 14 120 0 137 102 7 526 132 61
Binary 11101110 1100 1010000 0 1011111 1000010 111 101010110 1011010 110001

Color Harmonies of #EE0C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0C50

Black with #EE0C50

Text Example


Text Example

White with #EE0C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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