Html Css Color HEX #EA2B6D Cerise

📋 copy color: '#EA2B6D'

red 234 ◦ green 43 ◦ blue 109

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

Shades of Cerise #EA2B6D

Tints of Cerise #EA2B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.24%

R = 60.62%
G = 11.14%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA2B6D (or 0xEA2B6D) is known color: Cerise. HEX triplet: EA, 2B and 6D. RGB value is (234,43,109). Sum of RGB (Red+Green+Blue) = 234+43+109=386 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60.62% from 386); Green value is 43 (17.19% from 255 or 11.14% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B6D is #15D492. Grayscale: #6B6B6B. Windows color (decimal): -1430675 or 7154666. OLE color: 7154666.

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

Color convert

RGB 234 43 109 -
CMYK 0 0.82 0.53 0.08
HSL 339.27º 0.82% 0.54% -
HSV(B) 339.27º 0.82% 0.92% -
XYZ 37.56 20.32 16.41 -
YUV 107.63 128.78 218.13 -
System Red Green Blue C M Y K H S L
Decimal 234 43 109 0 0.82 0.53 0.08 339.27 0.82 0.54
Hex EA 2B 6D 0 52 35 8 153 52 36
Octal 352 53 155 0 122 65 10 523 122 66
Binary 11101010 101011 1101101 0 1010010 110101 1000 101010011 1010010 110110

Color Harmonies of #EA2B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B6D

Black with #EA2B6D

Text Example


Text Example

White with #EA2B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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