Html Css Color HEX #EE1356 Razzmatazz

📋 copy color: '#EE1356'

red 238 ◦ green 19 ◦ blue 86

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

Shades of Razzmatazz #EE1356

Tints of Razzmatazz #EE1356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.07%

R = 69.39%
G = 5.54%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EE1356 (or 0xEE1356) is known color: Razzmatazz. HEX triplet: EE, 13 and 56. RGB value is (238,19,86). Sum of RGB (Red+Green+Blue) = 238+19+86=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1356 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1356 is #11ECA9. Grayscale: #5C5C5C. Windows color (decimal): -1174698 or 5641198. OLE color: 5641198.

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

Color convert

RGB 238 19 86 -
CMYK 0 0.92 0.64 0.07
HSL 341.64º 0.87% 0.5% -
HSV(B) 341.64º 0.92% 0.93% -
XYZ 37.17 19.31 10.57 -
YUV 92.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 238 19 86 0 0.92 0.64 0.07 341.64 0.87 0.5
Hex EE 13 56 0 5C 40 7 156 57 32
Octal 356 23 126 0 134 100 7 526 127 62
Binary 11101110 10011 1010110 0 1011100 1000000 111 101010110 1010111 110010

Color Harmonies of #EE1356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1356

Black with #EE1356

Text Example


Text Example

White with #EE1356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1356; }

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

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

background-color css

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

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

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

border-color css

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

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

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