Html Css Color HEX #ED908A Sweet Pink

📋 copy color: '#ED908A'

red 237 ◦ green 144 ◦ blue 138

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

Shades of Sweet Pink #ED908A

Tints of Sweet Pink #ED908A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.59%

R = 45.66%
G = 27.75%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED908A (or 0xED908A) is known color: Sweet Pink. HEX triplet: ED, 90 and 8A. RGB value is (237,144,138). Sum of RGB (Red+Green+Blue) = 237+144+138=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED908A is #126F75. Grayscale: #ABABAB. Windows color (decimal): -1208182 or 9081069. OLE color: 9081069.

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

Color convert

RGB 237 144 138 -
CMYK 0 0.39 0.42 0.07
HSL 3.64º 0.73% 0.74% -
HSV(B) 3.64º 0.42% 0.93% -
XYZ 49.49 39.79 29.12 -
YUV 171.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 237 144 138 0 0.39 0.42 0.07 3.64 0.73 0.74
Hex ED 90 8A 0 27 2A 7 4 49 4A
Octal 355 220 212 0 47 52 7 4 111 112
Binary 11101101 10010000 10001010 0 100111 101010 111 100 1001001 1001010

Color Harmonies of #ED908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED908A

Black with #ED908A

Text Example


Text Example

White with #ED908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED908A; }

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

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

background-color css

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

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

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

border-color css

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

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

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