Html Css Color HEX #ED7197 Deep Blush

📋 copy color: '#ED7197'

red 237 ◦ green 113 ◦ blue 151

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

Shades of Deep Blush #ED7197

Tints of Deep Blush #ED7197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.55%

 BLUE value IS 151 (59.38% from 255) = 30.14%

R = 47.31%
G = 22.55%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED7197 (or 0xED7197) is known color: Deep Blush. HEX triplet: ED, 71 and 97. RGB value is (237,113,151). Sum of RGB (Red+Green+Blue) = 237+113+151=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7197 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7197 is #128E68. Grayscale: #9A9A9A. Windows color (decimal): -1216105 or 9925101. OLE color: 9925101.

HSL color Cylindrical-coordinate representation of color #ED7197: hue angle of 341.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ED7197 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 113 151 -
CMYK 0 0.52 0.36 0.07
HSL 341.61º 0.78% 0.69% -
HSV(B) 341.61º 0.52% 0.93% -
XYZ 46.42 32.05 33.02 -
YUV 154.41 126.08 186.91 -
System Red Green Blue C M Y K H S L
Decimal 237 113 151 0 0.52 0.36 0.07 341.61 0.78 0.69
Hex ED 71 97 0 34 24 7 156 4E 45
Octal 355 161 227 0 64 44 7 526 116 105
Binary 11101101 1110001 10010111 0 110100 100100 111 101010110 1001110 1000101

Color Harmonies of #ED7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7197

Black with #ED7197

Text Example


Text Example

White with #ED7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7197; }

 p { color: rgb(237,113,151); }

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

background-color css

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

 a { background-color: rgb(237,113,151); }

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

border-color css

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

 span { border-color: rgb(237,113,151); }

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