Html Css Color HEX #EA278E Deep Cerise

📋 copy color: '#EA278E'

red 234 ◦ green 39 ◦ blue 142

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

Shades of Deep Cerise #EA278E

Tints of Deep Cerise #EA278E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.4%

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 56.39%
G = 9.4%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EA278E (or 0xEA278E) is known color: Deep Cerise. HEX triplet: EA, 27 and 8E. RGB value is (234,39,142). Sum of RGB (Red+Green+Blue) = 234+39+142=415 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.39% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 234 - color contains mainly: red. Hex color #EA278E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA278E is #15D871. Grayscale: #6C6C6C. Windows color (decimal): -1431666 or 9316330. OLE color: 9316330.

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

Color convert

RGB 234 39 142 -
CMYK 0 0.83 0.39 0.08
HSL 328.31º 0.82% 0.54% -
HSV(B) 328.31º 0.83% 0.92% -
XYZ 39.54 20.9 27.54 -
YUV 109.05 146.6 217.12 -
System Red Green Blue C M Y K H S L
Decimal 234 39 142 0 0.83 0.39 0.08 328.31 0.82 0.54
Hex EA 27 8E 0 53 27 8 148 52 36
Octal 352 47 216 0 123 47 10 510 122 66
Binary 11101010 100111 10001110 0 1010011 100111 1000 101001000 1010010 110110

Color Harmonies of #EA278E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA278E

Black with #EA278E

Text Example


Text Example

White with #EA278E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA278E; }

 p { color: rgb(234,39,142); }

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

background-color css

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

 a { background-color: rgb(234,39,142); }

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

border-color css

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

 span { border-color: rgb(234,39,142); }

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