Html Css Color HEX #ED958B Sweet Pink

📋 copy color: '#ED958B'

red 237 ◦ green 149 ◦ blue 139

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

Shades of Sweet Pink #ED958B

Tints of Sweet Pink #ED958B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

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

R = 45.14%
G = 28.38%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED958B (or 0xED958B) is known color: Sweet Pink. HEX triplet: ED, 95 and 8B. RGB value is (237,149,139). Sum of RGB (Red+Green+Blue) = 237+149+139=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 139 (54.69% from 255 or 26.48% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED958B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED958B is #126A74. Grayscale: #AEAEAE. Windows color (decimal): -1206901 or 9147885. OLE color: 9147885.

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

Color convert

RGB 237 149 139 -
CMYK 0 0.37 0.41 0.07
HSL 6.12º 0.73% 0.74% -
HSV(B) 6.12º 0.41% 0.93% -
XYZ 50.33 41.36 29.76 -
YUV 174.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 237 149 139 0 0.37 0.41 0.07 6.12 0.73 0.74
Hex ED 95 8B 0 25 29 7 6 49 4A
Octal 355 225 213 0 45 51 7 6 111 112
Binary 11101101 10010101 10001011 0 100101 101001 111 110 1001001 1001010

Color Harmonies of #ED958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED958B

Black with #ED958B

Text Example


Text Example

White with #ED958B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED958B; }

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

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

background-color css

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

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

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

border-color css

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

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

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