Html Css Color HEX #EA6593 Deep Blush

📋 copy color: '#EA6593'

red 234 ◦ green 101 ◦ blue 147

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

Shades of Deep Blush #EA6593

Tints of Deep Blush #EA6593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.95%

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 48.55%
G = 20.95%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.08

RGB Variations

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

Color information

#EA6593 (or 0xEA6593) is known color: Deep Blush. HEX triplet: EA, 65 and 93. RGB value is (234,101,147). Sum of RGB (Red+Green+Blue) = 234+101+147=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6593 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA6593 is #159A6C. Grayscale: #919191. Windows color (decimal): -1415789 or 9659882. OLE color: 9659882.

HSL color Cylindrical-coordinate representation of color #EA6593: hue angle of 339.25º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EA6593 is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 101 147 -
CMYK 0 0.57 0.37 0.08
HSL 339.25º 0.76% 0.66% -
HSV(B) 339.25º 0.57% 0.92% -
XYZ 43.85 28.91 30.87 -
YUV 146.01 128.56 190.76 -
System Red Green Blue C M Y K H S L
Decimal 234 101 147 0 0.57 0.37 0.08 339.25 0.76 0.66
Hex EA 65 93 0 39 25 8 153 4C 42
Octal 352 145 223 0 71 45 10 523 114 102
Binary 11101010 1100101 10010011 0 111001 100101 1000 101010011 1001100 1000010

Color Harmonies of #EA6593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6593

Black with #EA6593

Text Example


Text Example

White with #EA6593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6593; }

 p { color: rgb(234,101,147); }

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

background-color css

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

 a { background-color: rgb(234,101,147); }

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

border-color css

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

 span { border-color: rgb(234,101,147); }

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