Html Css Color HEX #ED6091 Deep Blush

📋 copy color: '#ED6091'

red 237 ◦ green 96 ◦ blue 145

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

Shades of Deep Blush #ED6091

Tints of Deep Blush #ED6091

RGB

 RED value IS 237 (92.97% from 255) = 49.58%

 GREEN value IS 96 (37.89% from 255) = 20.08%

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

R = 49.58%
G = 20.08%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED6091 (or 0xED6091) is known color: Deep Blush. HEX triplet: ED, 60 and 91. RGB value is (237,96,145). Sum of RGB (Red+Green+Blue) = 237+96+145=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 96 (37.89% from 255 or 20.08% from 478); Blue value is 145 (57.03% from 255 or 30.33% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6091 is #129F6E. Grayscale: #8F8F8F. Windows color (decimal): -1220463 or 9527533. OLE color: 9527533.

HSL color Cylindrical-coordinate representation of color #ED6091: hue angle of 339.15º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED6091 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 96 145 -
CMYK 0 0.59 0.39 0.07
HSL 339.15º 0.8% 0.65% -
HSV(B) 339.15º 0.59% 0.93% -
XYZ 44.22 28.41 29.94 -
YUV 143.75 128.71 194.52 -
System Red Green Blue C M Y K H S L
Decimal 237 96 145 0 0.59 0.39 0.07 339.15 0.8 0.65
Hex ED 60 91 0 3B 27 7 153 50 41
Octal 355 140 221 0 73 47 7 523 120 101
Binary 11101101 1100000 10010001 0 111011 100111 111 101010011 1010000 1000001

Color Harmonies of #ED6091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6091

Black with #ED6091

Text Example


Text Example

White with #ED6091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6091; }

 p { color: rgb(237,96,145); }

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

background-color css

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

 a { background-color: rgb(237,96,145); }

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

border-color css

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

 span { border-color: rgb(237,96,145); }

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