Html Css Color HEX #ED908B Sweet Pink

📋 copy color: '#ED908B'

red 237 ◦ green 144 ◦ blue 139

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

Shades of Sweet Pink #ED908B

Tints of Sweet Pink #ED908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 45.58%
G = 27.69%
B = 26.73%

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

#ED908B (or 0xED908B) is known color: Sweet Pink. HEX triplet: ED, 90 and 8B. RGB value is (237,144,139). Sum of RGB (Red+Green+Blue) = 237+144+139=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED908B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED908B is #126F74. Grayscale: #ABABAB. Windows color (decimal): -1208181 or 9146605. OLE color: 9146605.

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

Color convert

RGB 237 144 139 -
CMYK 0 0.39 0.41 0.07
HSL 3.06º 0.73% 0.74% -
HSV(B) 3.06º 0.41% 0.93% -
XYZ 49.56 39.82 29.5 -
YUV 171.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 237 144 139 0 0.39 0.41 0.07 3.06 0.73 0.74
Hex ED 90 8B 0 27 29 7 3 49 4A
Octal 355 220 213 0 47 51 7 3 111 112
Binary 11101101 10010000 10001011 0 100111 101001 111 11 1001001 1001010

Color Harmonies of #ED908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED908B

Black with #ED908B

Text Example


Text Example

White with #ED908B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED908B; }

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

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

background-color css

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

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

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

border-color css

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

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

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