Html Css Color HEX #ED8B83 Sweet Pink

📋 copy color: '#ED8B83'

red 237 ◦ green 139 ◦ blue 131

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

Shades of Sweet Pink #ED8B83

Tints of Sweet Pink #ED8B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 46.75%
G = 27.42%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#ED8B83 (or 0xED8B83) is known color: Sweet Pink. HEX triplet: ED, 8B and 83. RGB value is (237,139,131). Sum of RGB (Red+Green+Blue) = 237+139+131=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8B83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8B83 is #12747C. Grayscale: #A7A7A7. Windows color (decimal): -1209469 or 8621037. OLE color: 8621037.

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

Color convert

RGB 237 139 131 -
CMYK 0 0.41 0.45 0.07
HSL 4.53º 0.75% 0.72% -
HSV(B) 4.53º 0.45% 0.93% -
XYZ 48.25 38.11 26.29 -
YUV 167.39 107.47 177.65 -
System Red Green Blue C M Y K H S L
Decimal 237 139 131 0 0.41 0.45 0.07 4.53 0.75 0.72
Hex ED 8B 83 0 29 2D 7 5 4B 48
Octal 355 213 203 0 51 55 7 5 113 110
Binary 11101101 10001011 10000011 0 101001 101101 111 101 1001011 1001000

Color Harmonies of #ED8B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8B83

Black with #ED8B83

Text Example


Text Example

White with #ED8B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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