Html Css Color HEX #EA2691 Deep Cerise

📋 copy color: '#EA2691'

red 234 ◦ green 38 ◦ blue 145

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

Shades of Deep Cerise #EA2691

Tints of Deep Cerise #EA2691

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.11%

 BLUE value IS 145 (57.03% from 255) = 34.77%

R = 56.12%
G = 9.11%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.08

RGB Variations

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

Color information

#EA2691 (or 0xEA2691) is known color: Deep Cerise. HEX triplet: EA, 26 and 91. RGB value is (234,38,145). Sum of RGB (Red+Green+Blue) = 234+38+145=417 (55% of max value = 765). Red value is 234 (91.80% from 255 or 56.12% from 417); Green value is 38 (15.23% from 255 or 9.11% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2691 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2691 is #15D96E. Grayscale: #6C6C6C. Windows color (decimal): -1431919 or 9512682. OLE color: 9512682.

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

Color convert

RGB 234 38 145 -
CMYK 0 0.84 0.38 0.08
HSL 327.24º 0.82% 0.53% -
HSV(B) 327.24º 0.84% 0.92% -
XYZ 39.74 20.92 28.73 -
YUV 108.8 148.43 217.3 -
System Red Green Blue C M Y K H S L
Decimal 234 38 145 0 0.84 0.38 0.08 327.24 0.82 0.53
Hex EA 26 91 0 54 26 8 147 52 35
Octal 352 46 221 0 124 46 10 507 122 65
Binary 11101010 100110 10010001 0 1010100 100110 1000 101000111 1010010 110101

Color Harmonies of #EA2691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2691

Black with #EA2691

Text Example


Text Example

White with #EA2691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2691; }

 p { color: rgb(234,38,145); }

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

background-color css

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

 a { background-color: rgb(234,38,145); }

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

border-color css

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

 span { border-color: rgb(234,38,145); }

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