Html Css Color HEX #EA6E95 Deep Blush

📋 copy color: '#EA6E95'

red 234 ◦ green 110 ◦ blue 149

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

Shades of Deep Blush #EA6E95

Tints of Deep Blush #EA6E95

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

 BLUE value IS 149 (58.59% from 255) = 30.22%

R = 47.46%
G = 22.31%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#EA6E95 (or 0xEA6E95) is known color: Deep Blush. HEX triplet: EA, 6E and 95. RGB value is (234,110,149). Sum of RGB (Red+Green+Blue) = 234+110+149=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6E95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6E95 is #15916A. Grayscale: #979797. Windows color (decimal): -1413483 or 9793258. OLE color: 9793258.

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

Color convert

RGB 234 110 149 -
CMYK 0 0.53 0.36 0.08
HSL 341.13º 0.75% 0.67% -
HSV(B) 341.13º 0.53% 0.92% -
XYZ 44.93 30.81 32.01 -
YUV 151.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 234 110 149 0 0.53 0.36 0.08 341.13 0.75 0.67
Hex EA 6E 95 0 35 24 8 155 4B 43
Octal 352 156 225 0 65 44 10 525 113 103
Binary 11101010 1101110 10010101 0 110101 100100 1000 101010101 1001011 1000011

Color Harmonies of #EA6E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6E95

Black with #EA6E95

Text Example


Text Example

White with #EA6E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6E95; }

 p { color: rgb(234,110,149); }

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

background-color css

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

 a { background-color: rgb(234,110,149); }

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

border-color css

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

 span { border-color: rgb(234,110,149); }

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