Html Css Color HEX #EA286A Cerise

📋 copy color: '#EA286A'

red 234 ◦ green 40 ◦ blue 106

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

Shades of Cerise #EA286A

Tints of Cerise #EA286A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.53%

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

R = 61.58%
G = 10.53%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EA286A (or 0xEA286A) is known color: Cerise. HEX triplet: EA, 28 and 6A. RGB value is (234,40,106). Sum of RGB (Red+Green+Blue) = 234+40+106=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA286A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA286A is #15D795. Grayscale: #696969. Windows color (decimal): -1431446 or 6957290. OLE color: 6957290.

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

Color convert

RGB 234 40 106 -
CMYK 0 0.83 0.55 0.08
HSL 339.59º 0.82% 0.54% -
HSV(B) 339.59º 0.83% 0.92% -
XYZ 37.29 20.05 15.54 -
YUV 105.53 128.27 219.63 -
System Red Green Blue C M Y K H S L
Decimal 234 40 106 0 0.83 0.55 0.08 339.59 0.82 0.54
Hex EA 28 6A 0 53 37 8 154 52 36
Octal 352 50 152 0 123 67 10 524 122 66
Binary 11101010 101000 1101010 0 1010011 110111 1000 101010100 1010010 110110

Color Harmonies of #EA286A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA286A

Black with #EA286A

Text Example


Text Example

White with #EA286A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA286A; }

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

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

background-color css

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

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

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

border-color css

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

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

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