Html Css Color HEX #ED908D Sweet Pink

📋 copy color: '#ED908D'

red 237 ◦ green 144 ◦ blue 141

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

Shades of Sweet Pink #ED908D

Tints of Sweet Pink #ED908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.01%

R = 45.4%
G = 27.59%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED908D (or 0xED908D) is known color: Sweet Pink. HEX triplet: ED, 90 and 8D. RGB value is (237,144,141). Sum of RGB (Red+Green+Blue) = 237+144+141=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED908D is #126F72. Grayscale: #ABABAB. Windows color (decimal): -1208179 or 9277677. OLE color: 9277677.

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

Color convert

RGB 237 144 141 -
CMYK 0 0.39 0.41 0.07
HSL 1.88º 0.73% 0.74% -
HSV(B) 1.88º 0.41% 0.93% -
XYZ 49.71 39.87 30.28 -
YUV 171.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 237 144 141 0 0.39 0.41 0.07 1.88 0.73 0.74
Hex ED 90 8D 0 27 29 7 2 49 4A
Octal 355 220 215 0 47 51 7 2 111 112
Binary 11101101 10010000 10001101 0 100111 101001 111 10 1001001 1001010

Color Harmonies of #ED908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED908D

Black with #ED908D

Text Example


Text Example

White with #ED908D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED908D; }

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

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

background-color css

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

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

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

border-color css

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

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

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