Html Css Color HEX #ED9F9A Sweet Pink

📋 copy color: '#ED9F9A'

red 237 ◦ green 159 ◦ blue 154

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

Shades of Sweet Pink #ED9F9A

Tints of Sweet Pink #ED9F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28%

R = 43.09%
G = 28.91%
B = 28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED9F9A (or 0xED9F9A) is known color: Sweet Pink. HEX triplet: ED, 9F and 9A. RGB value is (237,159,154). Sum of RGB (Red+Green+Blue) = 237+159+154=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 159 (62.5% from 255 or 28.91% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9F9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9F9A is #126065. Grayscale: #B5B5B5. Windows color (decimal): -1204326 or 10133485. OLE color: 10133485.

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

Color convert

RGB 237 159 154 -
CMYK 0 0.33 0.35 0.07
HSL 3.61º 0.7% 0.77% -
HSV(B) 3.61º 0.35% 0.93% -
XYZ 53.16 45.13 36.48 -
YUV 181.75 112.34 167.41 -
System Red Green Blue C M Y K H S L
Decimal 237 159 154 0 0.33 0.35 0.07 3.61 0.7 0.77
Hex ED 9F 9A 0 21 23 7 4 46 4D
Octal 355 237 232 0 41 43 7 4 106 115
Binary 11101101 10011111 10011010 0 100001 100011 111 100 1000110 1001101

Color Harmonies of #ED9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9F9A

Black with #ED9F9A

Text Example


Text Example

White with #ED9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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