Html Css Color HEX #ED8E8B Sweet Pink

📋 copy color: '#ED8E8B'

red 237 ◦ green 142 ◦ blue 139

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

Shades of Sweet Pink #ED8E8B

Tints of Sweet Pink #ED8E8B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.41%

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

R = 45.75%
G = 27.41%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED8E8B (or 0xED8E8B) is known color: Sweet Pink. HEX triplet: ED, 8E and 8B. RGB value is (237,142,139). Sum of RGB (Red+Green+Blue) = 237+142+139=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E8B is #127174. Grayscale: #AAAAAA. Windows color (decimal): -1208693 or 9146093. OLE color: 9146093.

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

Color convert

RGB 237 142 139 -
CMYK 0 0.40 0.41 0.07
HSL 1.84º 0.73% 0.74% -
HSV(B) 1.84º 0.41% 0.93% -
XYZ 49.26 39.21 29.4 -
YUV 170.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 237 142 139 0 0.40 0.41 0.07 1.84 0.73 0.74
Hex ED 8E 8B 0 28 29 7 2 49 4A
Octal 355 216 213 0 50 51 7 2 111 112
Binary 11101101 10001110 10001011 0 101000 101001 111 10 1001001 1001010

Color Harmonies of #ED8E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E8B

Black with #ED8E8B

Text Example


Text Example

White with #ED8E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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