Html Css Color HEX #EA2568 Cerise

📋 copy color: '#EA2568'

red 234 ◦ green 37 ◦ blue 104

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

Shades of Cerise #EA2568

Tints of Cerise #EA2568

RGB

 RED value IS 234 (91.8% from 255) = 62.4%

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 62.4%
G = 9.87%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA2568 (or 0xEA2568) is known color: Cerise. HEX triplet: EA, 25 and 68. RGB value is (234,37,104). Sum of RGB (Red+Green+Blue) = 234+37+104=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2568 is #15DA97. Grayscale: #676767. Windows color (decimal): -1432216 or 6825450. OLE color: 6825450.

HSL color Cylindrical-coordinate representation of color #EA2568: hue angle of 339.59º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EA2568 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 104 -
CMYK 0 0.84 0.56 0.08
HSL 339.59º 0.82% 0.53% -
HSV(B) 339.59º 0.84% 0.92% -
XYZ 37.09 19.82 14.97 -
YUV 103.54 128.27 221.05 -
System Red Green Blue C M Y K H S L
Decimal 234 37 104 0 0.84 0.56 0.08 339.59 0.82 0.53
Hex EA 25 68 0 54 38 8 154 52 35
Octal 352 45 150 0 124 70 10 524 122 65
Binary 11101010 100101 1101000 0 1010100 111000 1000 101010100 1010010 110101

Color Harmonies of #EA2568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2568

Black with #EA2568

Text Example


Text Example

White with #EA2568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2568; }

 p { color: rgb(234,37,104); }

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

background-color css

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

 a { background-color: rgb(234,37,104); }

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

border-color css

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

 span { border-color: rgb(234,37,104); }

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