Html Css Color HEX #EE1061 Razzmatazz

📋 copy color: '#EE1061'

red 238 ◦ green 16 ◦ blue 97

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

Shades of Razzmatazz #EE1061

Tints of Razzmatazz #EE1061

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.56%

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

R = 67.81%
G = 4.56%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EE1061 (or 0xEE1061) is known color: Razzmatazz. HEX triplet: EE, 10 and 61. RGB value is (238,16,97). Sum of RGB (Red+Green+Blue) = 238+16+97=351 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.81% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1061 is #11EF9E. Grayscale: #5B5B5B. Windows color (decimal): -1175455 or 6361326. OLE color: 6361326.

HSL color Cylindrical-coordinate representation of color #EE1061: hue angle of 338.11º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1061 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 16 97 -
CMYK 0 0.93 0.59 0.07
HSL 338.11º 0.87% 0.5% -
HSV(B) 338.11º 0.93% 0.93% -
XYZ 37.6 19.41 13.07 -
YUV 91.61 131.05 232.41 -
System Red Green Blue C M Y K H S L
Decimal 238 16 97 0 0.93 0.59 0.07 338.11 0.87 0.5
Hex EE 10 61 0 5D 3B 7 152 57 32
Octal 356 20 141 0 135 73 7 522 127 62
Binary 11101110 10000 1100001 0 1011101 111011 111 101010010 1010111 110010

Color Harmonies of #EE1061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1061

Black with #EE1061

Text Example


Text Example

White with #EE1061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1061; }

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

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

background-color css

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

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

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

border-color css

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

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

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