Html Css Color HEX #EE0355 Razzmatazz

📋 copy color: '#EE0355'

red 238 ◦ green 3 ◦ blue 85

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

Shades of Razzmatazz #EE0355

Tints of Razzmatazz #EE0355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.07%

R = 73.01%
G = 0.92%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE0355 (or 0xEE0355) is known color: Razzmatazz. HEX triplet: EE, 03 and 55. RGB value is (238,3,85). Sum of RGB (Red+Green+Blue) = 238+3+85=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0355 is #11FCAA. Grayscale: #525252. Windows color (decimal): -1178795 or 5571566. OLE color: 5571566.

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

Color convert

RGB 238 3 85 -
CMYK 0 0.99 0.64 0.07
HSL 339.06º 0.98% 0.47% -
HSV(B) 339.06º 0.99% 0.93% -
XYZ 36.93 18.9 10.3 -
YUV 82.61 129.36 238.83 -
System Red Green Blue C M Y K H S L
Decimal 238 3 85 0 0.99 0.64 0.07 339.06 0.98 0.47
Hex EE 3 55 0 63 40 7 153 62 2F
Octal 356 3 125 0 143 100 7 523 142 57
Binary 11101110 11 1010101 0 1100011 1000000 111 101010011 1100010 101111

Color Harmonies of #EE0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0355

Black with #EE0355

Text Example


Text Example

White with #EE0355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0355; }

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

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

background-color css

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

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

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

border-color css

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

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

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