Html Css Color HEX #ED9687 Sweet Pink

📋 copy color: '#ED9687'

red 237 ◦ green 150 ◦ blue 135

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

Shades of Sweet Pink #ED9687

Tints of Sweet Pink #ED9687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.74%

 BLUE value IS 135 (53.13% from 255) = 25.86%

R = 45.4%
G = 28.74%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED9687 (or 0xED9687) is known color: Sweet Pink. HEX triplet: ED, 96 and 87. RGB value is (237,150,135). Sum of RGB (Red+Green+Blue) = 237+150+135=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 135 (53.12% from 255 or 25.86% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9687 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9687 is #126978. Grayscale: #AEAEAE. Windows color (decimal): -1206649 or 8885997. OLE color: 8885997.

HSL color Cylindrical-coordinate representation of color #ED9687: hue angle of 8.82º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED9687 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 150 135 -
CMYK 0 0.37 0.43 0.07
HSL 8.82º 0.74% 0.73% -
HSV(B) 8.82º 0.43% 0.93% -
XYZ 50.2 41.57 28.3 -
YUV 174.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 237 150 135 0 0.37 0.43 0.07 8.82 0.74 0.73
Hex ED 96 87 0 25 2B 7 9 4A 49
Octal 355 226 207 0 45 53 7 11 112 111
Binary 11101101 10010110 10000111 0 100101 101011 111 1001 1001010 1001001

Color Harmonies of #ED9687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9687

Black with #ED9687

Text Example


Text Example

White with #ED9687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9687; }

 p { color: rgb(237,150,135); }

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

background-color css

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

 a { background-color: rgb(237,150,135); }

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

border-color css

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

 span { border-color: rgb(237,150,135); }

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