Html Css Color HEX #ED9C97 Sweet Pink

📋 copy color: '#ED9C97'

red 237 ◦ green 156 ◦ blue 151

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

Shades of Sweet Pink #ED9C97

Tints of Sweet Pink #ED9C97

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.68%

 BLUE value IS 151 (59.38% from 255) = 27.76%

R = 43.57%
G = 28.68%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ED9C97 (or 0xED9C97) is known color: Sweet Pink. HEX triplet: ED, 9C and 97. RGB value is (237,156,151). Sum of RGB (Red+Green+Blue) = 237+156+151=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 156 (61.33% from 255 or 28.68% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9C97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9C97 is #126368. Grayscale: #B3B3B3. Windows color (decimal): -1205097 or 9936109. OLE color: 9936109.

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

Color convert

RGB 237 156 151 -
CMYK 0 0.34 0.36 0.07
HSL 3.49º 0.7% 0.76% -
HSV(B) 3.49º 0.36% 0.93% -
XYZ 52.4 44.02 35.01 -
YUV 179.65 111.84 168.91 -
System Red Green Blue C M Y K H S L
Decimal 237 156 151 0 0.34 0.36 0.07 3.49 0.7 0.76
Hex ED 9C 97 0 22 24 7 3 46 4C
Octal 355 234 227 0 42 44 7 3 106 114
Binary 11101101 10011100 10010111 0 100010 100100 111 11 1000110 1001100

Color Harmonies of #ED9C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9C97

Black with #ED9C97

Text Example


Text Example

White with #ED9C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9C97; }

 p { color: rgb(237,156,151); }

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

background-color css

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

 a { background-color: rgb(237,156,151); }

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

border-color css

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

 span { border-color: rgb(237,156,151); }

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