Html Css Color HEX #EA2B6A Cerise

📋 copy color: '#EA2B6A'

red 234 ◦ green 43 ◦ blue 106

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

Shades of Cerise #EA2B6A

Tints of Cerise #EA2B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 61.1%
G = 11.23%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA2B6A (or 0xEA2B6A) is known color: Cerise. HEX triplet: EA, 2B and 6A. RGB value is (234,43,106). Sum of RGB (Red+Green+Blue) = 234+43+106=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2B6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2B6A is #15D495. Grayscale: #6B6B6B. Windows color (decimal): -1430678 or 6958058. OLE color: 6958058.

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

Color convert

RGB 234 43 106 -
CMYK 0 0.82 0.55 0.08
HSL 340.21º 0.82% 0.54% -
HSV(B) 340.21º 0.82% 0.92% -
XYZ 37.4 20.26 15.58 -
YUV 107.29 127.28 218.38 -
System Red Green Blue C M Y K H S L
Decimal 234 43 106 0 0.82 0.55 0.08 340.21 0.82 0.54
Hex EA 2B 6A 0 52 37 8 154 52 36
Octal 352 53 152 0 122 67 10 524 122 66
Binary 11101010 101011 1101010 0 1010010 110111 1000 101010100 1010010 110110

Color Harmonies of #EA2B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2B6A

Black with #EA2B6A

Text Example


Text Example

White with #EA2B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2B6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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