Html Css Color HEX #EE2560 Cerise

📋 copy color: '#EE2560'

red 238 ◦ green 37 ◦ blue 96

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

Shades of Cerise #EE2560

Tints of Cerise #EE2560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.97%

 BLUE value IS 96 (37.89% from 255) = 25.88%

R = 64.15%
G = 9.97%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EE2560 (or 0xEE2560) is known color: Cerise. HEX triplet: EE, 25 and 60. RGB value is (238,37,96). Sum of RGB (Red+Green+Blue) = 238+37+96=371 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.15% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 96 (37.89% from 255 or 25.88% from 371); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2560 is #11DA9F. Grayscale: #676767. Windows color (decimal): -1170080 or 6301166. OLE color: 6301166.

HSL color Cylindrical-coordinate representation of color #EE2560: hue angle of 342.39º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE2560 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 37 96 -
CMYK 0 0.84 0.60 0.07
HSL 342.39º 0.86% 0.54% -
HSV(B) 342.39º 0.84% 0.93% -
XYZ 38.03 20.34 12.99 -
YUV 103.83 123.59 223.7 -
System Red Green Blue C M Y K H S L
Decimal 238 37 96 0 0.84 0.60 0.07 342.39 0.86 0.54
Hex EE 25 60 0 54 3C 7 156 56 36
Octal 356 45 140 0 124 74 7 526 126 66
Binary 11101110 100101 1100000 0 1010100 111100 111 101010110 1010110 110110

Color Harmonies of #EE2560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2560

Black with #EE2560

Text Example


Text Example

White with #EE2560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2560; }

 p { color: rgb(238,37,96); }

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

background-color css

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

 a { background-color: rgb(238,37,96); }

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

border-color css

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

 span { border-color: rgb(238,37,96); }

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