Html Css Color HEX #ED968B Sweet Pink

📋 copy color: '#ED968B'

red 237 ◦ green 150 ◦ blue 139

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

Shades of Sweet Pink #ED968B

Tints of Sweet Pink #ED968B

RGB

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

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

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

R = 45.06%
G = 28.52%
B = 26.43%

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

#ED968B (or 0xED968B) is known color: Sweet Pink. HEX triplet: ED, 96 and 8B. RGB value is (237,150,139). Sum of RGB (Red+Green+Blue) = 237+150+139=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED968B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED968B is #126974. Grayscale: #AEAEAE. Windows color (decimal): -1206645 or 9148141. OLE color: 9148141.

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

Color convert

RGB 237 150 139 -
CMYK 0 0.37 0.41 0.07
HSL 6.73º 0.73% 0.74% -
HSV(B) 6.73º 0.41% 0.93% -
XYZ 50.49 41.68 29.81 -
YUV 174.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 237 150 139 0 0.37 0.41 0.07 6.73 0.73 0.74
Hex ED 96 8B 0 25 29 7 7 49 4A
Octal 355 226 213 0 45 51 7 7 111 112
Binary 11101101 10010110 10001011 0 100101 101001 111 111 1001001 1001010

Color Harmonies of #ED968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED968B

Black with #ED968B

Text Example


Text Example

White with #ED968B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED968B; }

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

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

background-color css

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

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

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

border-color css

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

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

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