Html Css Color HEX #ED8C81 Sweet Pink

📋 copy color: '#ED8C81'

red 237 ◦ green 140 ◦ blue 129

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

Shades of Sweet Pink #ED8C81

Tints of Sweet Pink #ED8C81

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.67%

 BLUE value IS 129 (50.78% from 255) = 25.49%

R = 46.84%
G = 27.67%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#ED8C81 (or 0xED8C81) is known color: Sweet Pink. HEX triplet: ED, 8C and 81. RGB value is (237,140,129). Sum of RGB (Red+Green+Blue) = 237+140+129=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8C81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8C81 is #12737E. Grayscale: #A7A7A7. Windows color (decimal): -1209215 or 8490221. OLE color: 8490221.

HSL color Cylindrical-coordinate representation of color #ED8C81: hue angle of 6.11º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED8C81 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 140 129 -
CMYK 0 0.41 0.46 0.07
HSL 6.11º 0.75% 0.72% -
HSV(B) 6.11º 0.46% 0.93% -
XYZ 48.27 38.35 25.63 -
YUV 167.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 237 140 129 0 0.41 0.46 0.07 6.11 0.75 0.72
Hex ED 8C 81 0 29 2E 7 6 4B 48
Octal 355 214 201 0 51 56 7 6 113 110
Binary 11101101 10001100 10000001 0 101001 101110 111 110 1001011 1001000

Color Harmonies of #ED8C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8C81

Black with #ED8C81

Text Example


Text Example

White with #ED8C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8C81; }

 p { color: rgb(237,140,129); }

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

background-color css

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

 a { background-color: rgb(237,140,129); }

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

border-color css

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

 span { border-color: rgb(237,140,129); }

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