Html Css Color HEX #ED908F Sweet Pink

📋 copy color: '#ED908F'

red 237 ◦ green 144 ◦ blue 143

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

Shades of Sweet Pink #ED908F

Tints of Sweet Pink #ED908F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.29%

R = 45.23%
G = 27.48%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED908F (or 0xED908F) is known color: Sweet Pink. HEX triplet: ED, 90 and 8F. RGB value is (237,144,143). Sum of RGB (Red+Green+Blue) = 237+144+143=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 143 (56.25% from 255 or 27.29% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED908F is #126F70. Grayscale: #ABABAB. Windows color (decimal): -1208177 or 9408749. OLE color: 9408749.

HSL color Cylindrical-coordinate representation of color #ED908F: hue angle of 0.64º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED908F is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 144 143 -
CMYK 0 0.39 0.40 0.07
HSL 0.64º 0.72% 0.75% -
HSV(B) 0.64º 0.4% 0.93% -
XYZ 49.86 39.93 31.07 -
YUV 171.69 111.81 174.58 -
System Red Green Blue C M Y K H S L
Decimal 237 144 143 0 0.39 0.40 0.07 0.64 0.72 0.75
Hex ED 90 8F 0 27 28 7 1 48 4B
Octal 355 220 217 0 47 50 7 1 110 113
Binary 11101101 10010000 10001111 0 100111 101000 111 1 1001000 1001011

Color Harmonies of #ED908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED908F

Black with #ED908F

Text Example


Text Example

White with #ED908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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