Html Css Color HEX #EA2694 Deep Cerise

📋 copy color: '#EA2694'

red 234 ◦ green 38 ◦ blue 148

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

Shades of Deep Cerise #EA2694

Tints of Deep Cerise #EA2694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.24%

R = 55.71%
G = 9.05%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA2694 (or 0xEA2694) is known color: Deep Cerise. HEX triplet: EA, 26 and 94. RGB value is (234,38,148). Sum of RGB (Red+Green+Blue) = 234+38+148=420 (55% of max value = 765). Red value is 234 (91.80% from 255 or 55.71% from 420); Green value is 38 (15.23% from 255 or 9.05% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2694 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA2694 is #15D96B. Grayscale: #6C6C6C. Windows color (decimal): -1431916 or 9709290. OLE color: 9709290.

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

Color convert

RGB 234 38 148 -
CMYK 0 0.84 0.37 0.08
HSL 326.33º 0.82% 0.53% -
HSV(B) 326.33º 0.84% 0.92% -
XYZ 39.97 21.02 29.97 -
YUV 109.14 149.93 217.06 -
System Red Green Blue C M Y K H S L
Decimal 234 38 148 0 0.84 0.37 0.08 326.33 0.82 0.53
Hex EA 26 94 0 54 25 8 146 52 35
Octal 352 46 224 0 124 45 10 506 122 65
Binary 11101010 100110 10010100 0 1010100 100101 1000 101000110 1010010 110101

Color Harmonies of #EA2694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2694

Black with #EA2694

Text Example


Text Example

White with #EA2694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2694; }

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

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

background-color css

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

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

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

border-color css

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

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

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