Html Css Color HEX #ED928B Sweet Pink

📋 copy color: '#ED928B'

red 237 ◦ green 146 ◦ blue 139

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

Shades of Sweet Pink #ED928B

Tints of Sweet Pink #ED928B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 27.97%

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

R = 45.4%
G = 27.97%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED928B (or 0xED928B) is known color: Sweet Pink. HEX triplet: ED, 92 and 8B. RGB value is (237,146,139). Sum of RGB (Red+Green+Blue) = 237+146+139=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED928B is #126D74. Grayscale: #ACACAC. Windows color (decimal): -1207669 or 9147117. OLE color: 9147117.

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

Color convert

RGB 237 146 139 -
CMYK 0 0.38 0.41 0.07
HSL 4.29º 0.73% 0.74% -
HSV(B) 4.29º 0.41% 0.93% -
XYZ 49.86 40.43 29.6 -
YUV 172.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 237 146 139 0 0.38 0.41 0.07 4.29 0.73 0.74
Hex ED 92 8B 0 26 29 7 4 49 4A
Octal 355 222 213 0 46 51 7 4 111 112
Binary 11101101 10010010 10001011 0 100110 101001 111 100 1001001 1001010

Color Harmonies of #ED928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED928B

Black with #ED928B

Text Example


Text Example

White with #ED928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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