Html Css Color HEX #EA2662 Cerise

📋 copy color: '#EA2662'

red 234 ◦ green 38 ◦ blue 98

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

Shades of Cerise #EA2662

Tints of Cerise #EA2662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.49%

R = 63.24%
G = 10.27%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EA2662 (or 0xEA2662) is known color: Cerise. HEX triplet: EA, 26 and 62. RGB value is (234,38,98). Sum of RGB (Red+Green+Blue) = 234+38+98=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2662 is #15D99D. Grayscale: #676767. Windows color (decimal): -1431966 or 6432490. OLE color: 6432490.

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

Color convert

RGB 234 38 98 -
CMYK 0 0.84 0.58 0.08
HSL 341.63º 0.82% 0.53% -
HSV(B) 341.63º 0.84% 0.92% -
XYZ 36.83 19.76 13.43 -
YUV 103.44 124.93 221.12 -
System Red Green Blue C M Y K H S L
Decimal 234 38 98 0 0.84 0.58 0.08 341.63 0.82 0.53
Hex EA 26 62 0 54 3A 8 156 52 35
Octal 352 46 142 0 124 72 10 526 122 65
Binary 11101010 100110 1100010 0 1010100 111010 1000 101010110 1010010 110101

Color Harmonies of #EA2662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2662

Black with #EA2662

Text Example


Text Example

White with #EA2662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2662; }

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

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

background-color css

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

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

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

border-color css

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

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

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