Html Css Color HEX #EA278B Deep Cerise

📋 copy color: '#EA278B'

red 234 ◦ green 39 ◦ blue 139

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

Shades of Deep Cerise #EA278B

Tints of Deep Cerise #EA278B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.74%

R = 56.8%
G = 9.47%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EA278B (or 0xEA278B) is known color: Deep Cerise. HEX triplet: EA, 27 and 8B. RGB value is (234,39,139). Sum of RGB (Red+Green+Blue) = 234+39+139=412 (54% of max value = 765). Red value is 234 (91.80% from 255 or 56.80% from 412); Green value is 39 (15.62% from 255 or 9.47% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 234 - color contains mainly: red. Hex color #EA278B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA278B is #15D874. Grayscale: #6C6C6C. Windows color (decimal): -1431669 or 9119722. OLE color: 9119722.

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

Color convert

RGB 234 39 139 -
CMYK 0 0.83 0.41 0.08
HSL 329.23º 0.82% 0.54% -
HSV(B) 329.23º 0.83% 0.92% -
XYZ 39.32 20.81 26.37 -
YUV 108.71 145.1 217.37 -
System Red Green Blue C M Y K H S L
Decimal 234 39 139 0 0.83 0.41 0.08 329.23 0.82 0.54
Hex EA 27 8B 0 53 29 8 149 52 36
Octal 352 47 213 0 123 51 10 511 122 66
Binary 11101010 100111 10001011 0 1010011 101001 1000 101001001 1010010 110110

Color Harmonies of #EA278B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA278B

Black with #EA278B

Text Example


Text Example

White with #EA278B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA278B; }

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

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

background-color css

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

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

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

border-color css

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

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

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