Html Css Color HEX #ED9087 Sweet Pink

📋 copy color: '#ED9087'

red 237 ◦ green 144 ◦ blue 135

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

Shades of Sweet Pink #ED9087

Tints of Sweet Pink #ED9087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.91%

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

R = 45.93%
G = 27.91%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#ED9087 (or 0xED9087) is known color: Sweet Pink. HEX triplet: ED, 90 and 87. RGB value is (237,144,135). Sum of RGB (Red+Green+Blue) = 237+144+135=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 144 (56.64% from 255 or 27.91% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9087 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9087 is #126F78. Grayscale: #AAAAAA. Windows color (decimal): -1208185 or 8884461. OLE color: 8884461.

HSL color Cylindrical-coordinate representation of color #ED9087: hue angle of 5.29º 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 #ED9087 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 135 -
CMYK 0 0.39 0.43 0.07
HSL 5.29º 0.74% 0.73% -
HSV(B) 5.29º 0.43% 0.93% -
XYZ 49.27 39.7 27.99 -
YUV 170.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 237 144 135 0 0.39 0.43 0.07 5.29 0.74 0.73
Hex ED 90 87 0 27 2B 7 5 4A 49
Octal 355 220 207 0 47 53 7 5 112 111
Binary 11101101 10010000 10000111 0 100111 101011 111 101 1001010 1001001

Color Harmonies of #ED9087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9087

Black with #ED9087

Text Example


Text Example

White with #ED9087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9087; }

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

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

background-color css

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

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

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

border-color css

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

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

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