Html Css Color HEX #ED8B84 Sweet Pink

📋 copy color: '#ED8B84'

red 237 ◦ green 139 ◦ blue 132

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

Shades of Sweet Pink #ED8B84

Tints of Sweet Pink #ED8B84

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.36%

 BLUE value IS 132 (51.95% from 255) = 25.98%

R = 46.65%
G = 27.36%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED8B84 (or 0xED8B84) is known color: Sweet Pink. HEX triplet: ED, 8B and 84. RGB value is (237,139,132). Sum of RGB (Red+Green+Blue) = 237+139+132=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B84 is #12747B. Grayscale: #A7A7A7. Windows color (decimal): -1209468 or 8686573. OLE color: 8686573.

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

Color convert

RGB 237 139 132 -
CMYK 0 0.41 0.44 0.07
HSL 0.74% 0.72% -
HSV(B) 0.44% 0.93% -
XYZ 48.32 38.14 26.64 -
YUV 167.5 107.97 177.57 -
System Red Green Blue C M Y K H S L
Decimal 237 139 132 0 0.41 0.44 0.07 4 0.74 0.72
Hex ED 8B 84 0 29 2C 7 4 4A 48
Octal 355 213 204 0 51 54 7 4 112 110
Binary 11101101 10001011 10000100 0 101001 101100 111 100 1001010 1001000

Color Harmonies of #ED8B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B84

Black with #ED8B84

Text Example


Text Example

White with #ED8B84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B84; }

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

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

background-color css

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

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

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

border-color css

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

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

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