Html Css Color HEX #EA298D Deep Cerise

📋 copy color: '#EA298D'

red 234 ◦ green 41 ◦ blue 141

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

Shades of Deep Cerise #EA298D

Tints of Deep Cerise #EA298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.86%

 BLUE value IS 141 (55.47% from 255) = 33.89%

R = 56.25%
G = 9.86%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA298D (or 0xEA298D) is known color: Deep Cerise. HEX triplet: EA, 29 and 8D. RGB value is (234,41,141). Sum of RGB (Red+Green+Blue) = 234+41+141=416 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.25% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 234 - color contains mainly: red. Hex color #EA298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA298D is #15D672. Grayscale: #6D6D6D. Windows color (decimal): -1431155 or 9251306. OLE color: 9251306.

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

Color convert

RGB 234 41 141 -
CMYK 0 0.82 0.40 0.08
HSL 328.91º 0.82% 0.54% -
HSV(B) 328.91º 0.82% 0.92% -
XYZ 39.53 21 27.17 -
YUV 110.11 145.44 216.37 -
System Red Green Blue C M Y K H S L
Decimal 234 41 141 0 0.82 0.40 0.08 328.91 0.82 0.54
Hex EA 29 8D 0 52 28 8 149 52 36
Octal 352 51 215 0 122 50 10 511 122 66
Binary 11101010 101001 10001101 0 1010010 101000 1000 101001001 1010010 110110

Color Harmonies of #EA298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA298D

Black with #EA298D

Text Example


Text Example

White with #EA298D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA298D; }

 p { color: rgb(234,41,141); }

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

background-color css

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

 a { background-color: rgb(234,41,141); }

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

border-color css

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

 span { border-color: rgb(234,41,141); }

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