Html Css Color HEX #EA2B5D Cerise

📋 copy color: '#EA2B5D'

red 234 ◦ green 43 ◦ blue 93

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

Shades of Cerise #EA2B5D

Tints of Cerise #EA2B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.62%

 BLUE value IS 93 (36.72% from 255) = 25.14%

R = 63.24%
G = 11.62%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA2B5D (or 0xEA2B5D) is known color: Cerise. HEX triplet: EA, 2B and 5D. RGB value is (234,43,93). Sum of RGB (Red+Green+Blue) = 234+43+93=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B5D is #15D4A2. Grayscale: #696969. Windows color (decimal): -1430691 or 6106090. OLE color: 6106090.

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

Color convert

RGB 234 43 93 -
CMYK 0 0.82 0.60 0.08
HSL 344.29º 0.82% 0.54% -
HSV(B) 344.29º 0.82% 0.92% -
XYZ 36.77 20.01 12.28 -
YUV 105.81 120.78 219.43 -
System Red Green Blue C M Y K H S L
Decimal 234 43 93 0 0.82 0.60 0.08 344.29 0.82 0.54
Hex EA 2B 5D 0 52 3C 8 158 52 36
Octal 352 53 135 0 122 74 10 530 122 66
Binary 11101010 101011 1011101 0 1010010 111100 1000 101011000 1010010 110110

Color Harmonies of #EA2B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B5D

Black with #EA2B5D

Text Example


Text Example

White with #EA2B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B5D; }

 p { color: rgb(234,43,93); }

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

background-color css

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

 a { background-color: rgb(234,43,93); }

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

border-color css

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

 span { border-color: rgb(234,43,93); }

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