Html Css Color HEX #ED9F9E Sweet Pink

📋 copy color: '#ED9F9E'

red 237 ◦ green 159 ◦ blue 158

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

Shades of Sweet Pink #ED9F9E

Tints of Sweet Pink #ED9F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.7%

 BLUE value IS 158 (62.11% from 255) = 28.52%

R = 42.78%
G = 28.7%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED9F9E (or 0xED9F9E) is known color: Sweet Pink. HEX triplet: ED, 9F and 9E. RGB value is (237,159,158). Sum of RGB (Red+Green+Blue) = 237+159+158=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F9E is #126061. Grayscale: #B6B6B6. Windows color (decimal): -1204322 or 10395629. OLE color: 10395629.

HSL color Cylindrical-coordinate representation of color #ED9F9E: hue angle of 0.76º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ED9F9E is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 159 158 -
CMYK 0 0.33 0.33 0.07
HSL 0.76º 0.69% 0.77% -
HSV(B) 0.76º 0.33% 0.93% -
XYZ 53.49 45.27 38.27 -
YUV 182.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 237 159 158 0 0.33 0.33 0.07 0.76 0.69 0.77
Hex ED 9F 9E 0 21 21 7 1 45 4D
Octal 355 237 236 0 41 41 7 1 105 115
Binary 11101101 10011111 10011110 0 100001 100001 111 1 1000101 1001101

Color Harmonies of #ED9F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F9E

Black with #ED9F9E

Text Example


Text Example

White with #ED9F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F9E; }

 p { color: rgb(237,159,158); }

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

background-color css

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

 a { background-color: rgb(237,159,158); }

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

border-color css

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

 span { border-color: rgb(237,159,158); }

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