Html Css Color HEX #ED8F8A Sweet Pink

📋 copy color: '#ED8F8A'

red 237 ◦ green 143 ◦ blue 138

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

Shades of Sweet Pink #ED8F8A

Tints of Sweet Pink #ED8F8A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.61%

 BLUE value IS 138 (54.3% from 255) = 26.64%

R = 45.75%
G = 27.61%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED8F8A (or 0xED8F8A) is known color: Sweet Pink. HEX triplet: ED, 8F and 8A. RGB value is (237,143,138). Sum of RGB (Red+Green+Blue) = 237+143+138=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8F8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8F8A is #127075. Grayscale: #AAAAAA. Windows color (decimal): -1208438 or 9080813. OLE color: 9080813.

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

Color convert

RGB 237 143 138 -
CMYK 0 0.40 0.42 0.07
HSL 3.03º 0.73% 0.74% -
HSV(B) 3.03º 0.42% 0.93% -
XYZ 49.33 39.48 29.07 -
YUV 170.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 237 143 138 0 0.40 0.42 0.07 3.03 0.73 0.74
Hex ED 8F 8A 0 28 2A 7 3 49 4A
Octal 355 217 212 0 50 52 7 3 111 112
Binary 11101101 10001111 10001010 0 101000 101010 111 11 1001001 1001010

Color Harmonies of #ED8F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8F8A

Black with #ED8F8A

Text Example


Text Example

White with #ED8F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8F8A; }

 p { color: rgb(237,143,138); }

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

background-color css

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

 a { background-color: rgb(237,143,138); }

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

border-color css

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

 span { border-color: rgb(237,143,138); }

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