Html Css Color HEX #EE0350 Razzmatazz

📋 copy color: '#EE0350'

red 238 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #EE0350

Tints of Razzmatazz #EE0350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 74.14%
G = 0.93%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EE0350 (or 0xEE0350) is known color: Razzmatazz. HEX triplet: EE, 03 and 50. RGB value is (238,3,80). Sum of RGB (Red+Green+Blue) = 238+3+80=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0350 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0350 is #11FCAF. Grayscale: #515151. Windows color (decimal): -1178800 or 5243886. OLE color: 5243886.

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

Color convert

RGB 238 3 80 -
CMYK 0 0.99 0.66 0.07
HSL 340.34º 0.98% 0.47% -
HSV(B) 340.34º 0.99% 0.93% -
XYZ 36.74 18.82 9.29 -
YUV 82.04 126.86 239.24 -
System Red Green Blue C M Y K H S L
Decimal 238 3 80 0 0.99 0.66 0.07 340.34 0.98 0.47
Hex EE 3 50 0 63 42 7 154 62 2F
Octal 356 3 120 0 143 102 7 524 142 57
Binary 11101110 11 1010000 0 1100011 1000010 111 101010100 1100010 101111

Color Harmonies of #EE0350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0350

Black with #EE0350

Text Example


Text Example

White with #EE0350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0350; }

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

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

background-color css

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

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

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

border-color css

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

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

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