Html Css Color HEX #EE0261 Razzmatazz

📋 copy color: '#EE0261'

red 238 ◦ green 2 ◦ blue 97

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

Shades of Razzmatazz #EE0261

Tints of Razzmatazz #EE0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 97 (38.28% from 255) = 28.78%

R = 70.62%
G = 0.59%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE0261 (or 0xEE0261) is known color: Razzmatazz. HEX triplet: EE, 02 and 61. RGB value is (238,2,97). Sum of RGB (Red+Green+Blue) = 238+2+97=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 97 (38.28% from 255 or 28.78% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0261 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0261 is #11FD9E. Grayscale: #535353. Windows color (decimal): -1179039 or 6357742. OLE color: 6357742.

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

Color convert

RGB 238 2 97 -
CMYK 0 0.99 0.59 0.07
HSL 335.85º 0.98% 0.47% -
HSV(B) 335.85º 0.99% 0.93% -
XYZ 37.44 19.08 13.02 -
YUV 83.39 135.69 238.28 -
System Red Green Blue C M Y K H S L
Decimal 238 2 97 0 0.99 0.59 0.07 335.85 0.98 0.47
Hex EE 2 61 0 63 3B 7 150 62 2F
Octal 356 2 141 0 143 73 7 520 142 57
Binary 11101110 10 1100001 0 1100011 111011 111 101010000 1100010 101111

Color Harmonies of #EE0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0261

Black with #EE0261

Text Example


Text Example

White with #EE0261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0261; }

 p { color: rgb(238,2,97); }

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

background-color css

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

 a { background-color: rgb(238,2,97); }

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

border-color css

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

 span { border-color: rgb(238,2,97); }

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