Html Css Color HEX #EE1359 Razzmatazz

📋 copy color: '#EE1359'

red 238 ◦ green 19 ◦ blue 89

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

Shades of Razzmatazz #EE1359

Tints of Razzmatazz #EE1359

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 89 (35.16% from 255) = 25.72%

R = 68.79%
G = 5.49%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EE1359 (or 0xEE1359) is known color: Razzmatazz. HEX triplet: EE, 13 and 59. RGB value is (238,19,89). Sum of RGB (Red+Green+Blue) = 238+19+89=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1359 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1359 is #11ECA6. Grayscale: #5C5C5C. Windows color (decimal): -1174695 or 5837806. OLE color: 5837806.

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

Color convert

RGB 238 19 89 -
CMYK 0 0.92 0.63 0.07
HSL 340.82º 0.87% 0.5% -
HSV(B) 340.82º 0.92% 0.93% -
XYZ 37.3 19.36 11.22 -
YUV 92.46 126.05 231.81 -
System Red Green Blue C M Y K H S L
Decimal 238 19 89 0 0.92 0.63 0.07 340.82 0.87 0.5
Hex EE 13 59 0 5C 3F 7 155 57 32
Octal 356 23 131 0 134 77 7 525 127 62
Binary 11101110 10011 1011001 0 1011100 111111 111 101010101 1010111 110010

Color Harmonies of #EE1359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1359

Black with #EE1359

Text Example


Text Example

White with #EE1359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1359; }

 p { color: rgb(238,19,89); }

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

background-color css

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

 a { background-color: rgb(238,19,89); }

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

border-color css

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

 span { border-color: rgb(238,19,89); }

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