Html Css Color HEX #E06585 Deep Blush

📋 copy color: '#E06585'

red 224 ◦ green 101 ◦ blue 133

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

Shades of Deep Blush #E06585

Tints of Deep Blush #E06585

RGB

 RED value IS 224 (87.89% from 255) = 48.91%

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

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 48.91%
G = 22.05%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E06585 (or 0xE06585) is known color: Deep Blush. HEX triplet: E0, 65 and 85. RGB value is (224,101,133). Sum of RGB (Red+Green+Blue) = 224+101+133=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E06585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06585 is #1F9A7A. Grayscale: #8D8D8D. Windows color (decimal): -2071163 or 8742368. OLE color: 8742368.

HSL color Cylindrical-coordinate representation of color #E06585: hue angle of 344.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06585 is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 101 133 -
CMYK 0 0.55 0.41 0.12
HSL 344.39º 0.66% 0.64% -
HSV(B) 344.39º 0.55% 0.88% -
XYZ 39.63 26.85 25.28 -
YUV 141.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 224 101 133 0 0.55 0.41 0.12 344.39 0.66 0.64
Hex E0 65 85 0 37 29 C 158 42 40
Octal 340 145 205 0 67 51 14 530 102 100
Binary 11100000 1100101 10000101 0 110111 101001 1100 101011000 1000010 1000000

Color Harmonies of #E06585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06585

Black with #E06585

Text Example


Text Example

White with #E06585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06585; }

 p { color: rgb(224,101,133); }

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

background-color css

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

 a { background-color: rgb(224,101,133); }

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

border-color css

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

 span { border-color: rgb(224,101,133); }

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