Html Css Color HEX #EA2668 Cerise

📋 copy color: '#EA2668'

red 234 ◦ green 38 ◦ blue 104

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

Shades of Cerise #EA2668

Tints of Cerise #EA2668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.11%

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

R = 62.23%
G = 10.11%
B = 27.66%

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

#EA2668 (or 0xEA2668) is known color: Cerise. HEX triplet: EA, 26 and 68. RGB value is (234,38,104). Sum of RGB (Red+Green+Blue) = 234+38+104=376 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.23% from 376); Green value is 38 (15.23% from 255 or 10.11% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2668 is #15D997. Grayscale: #686868. Windows color (decimal): -1431960 or 6825706. OLE color: 6825706.

HSL color Cylindrical-coordinate representation of color #EA2668: hue angle of 339.8º 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 #EA2668 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 38 104 -
CMYK 0 0.84 0.56 0.08
HSL 339.8º 0.82% 0.53% -
HSV(B) 339.8º 0.84% 0.92% -
XYZ 37.12 19.88 14.98 -
YUV 104.13 127.93 220.63 -
System Red Green Blue C M Y K H S L
Decimal 234 38 104 0 0.84 0.56 0.08 339.8 0.82 0.53
Hex EA 26 68 0 54 38 8 154 52 35
Octal 352 46 150 0 124 70 10 524 122 65
Binary 11101010 100110 1101000 0 1010100 111000 1000 101010100 1010010 110101

Color Harmonies of #EA2668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2668

Black with #EA2668

Text Example


Text Example

White with #EA2668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2668; }

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

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

background-color css

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

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

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

border-color css

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

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

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