Html Css Color HEX #ED968D Sweet Pink

📋 copy color: '#ED968D'

red 237 ◦ green 150 ◦ blue 141

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

Shades of Sweet Pink #ED968D

Tints of Sweet Pink #ED968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.41%

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 44.89%
G = 28.41%
B = 26.7%

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

#ED968D (or 0xED968D) is known color: Sweet Pink. HEX triplet: ED, 96 and 8D. RGB value is (237,150,141). Sum of RGB (Red+Green+Blue) = 237+150+141=528 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.89% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 237 - color contains mainly: red. Hex color #ED968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED968D is #126972. Grayscale: #AFAFAF. Windows color (decimal): -1206643 or 9279213. OLE color: 9279213.

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

Color convert

RGB 237 150 141 -
CMYK 0 0.37 0.41 0.07
HSL 5.63º 0.73% 0.74% -
HSV(B) 5.63º 0.41% 0.93% -
XYZ 50.64 41.74 30.59 -
YUV 174.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 237 150 141 0 0.37 0.41 0.07 5.63 0.73 0.74
Hex ED 96 8D 0 25 29 7 6 49 4A
Octal 355 226 215 0 45 51 7 6 111 112
Binary 11101101 10010110 10001101 0 100101 101001 111 110 1001001 1001010

Color Harmonies of #ED968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED968D

Black with #ED968D

Text Example


Text Example

White with #ED968D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED968D; }

 p { color: rgb(237,150,141); }

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

background-color css

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

 a { background-color: rgb(237,150,141); }

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

border-color css

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

 span { border-color: rgb(237,150,141); }

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