Html Css Color HEX #EE1256 Razzmatazz

📋 copy color: '#EE1256'

red 238 ◦ green 18 ◦ blue 86

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

Shades of Razzmatazz #EE1256

Tints of Razzmatazz #EE1256

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.26%

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

R = 69.59%
G = 5.26%
B = 25.15%

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

#EE1256 (or 0xEE1256) is known color: Razzmatazz. HEX triplet: EE, 12 and 56. RGB value is (238,18,86). Sum of RGB (Red+Green+Blue) = 238+18+86=342 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.59% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1256 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE1256 is #11EDA9. Grayscale: #5B5B5B. Windows color (decimal): -1174954 or 5640942. OLE color: 5640942.

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

Color convert

RGB 238 18 86 -
CMYK 0 0.92 0.64 0.07
HSL 341.45º 0.87% 0.5% -
HSV(B) 341.45º 0.92% 0.93% -
XYZ 37.16 19.28 10.57 -
YUV 91.53 124.89 232.47 -
System Red Green Blue C M Y K H S L
Decimal 238 18 86 0 0.92 0.64 0.07 341.45 0.87 0.5
Hex EE 12 56 0 5C 40 7 155 57 32
Octal 356 22 126 0 134 100 7 525 127 62
Binary 11101110 10010 1010110 0 1011100 1000000 111 101010101 1010111 110010

Color Harmonies of #EE1256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1256

Black with #EE1256

Text Example


Text Example

White with #EE1256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1256; }

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

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

background-color css

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

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

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

border-color css

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

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

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