Html Css Color HEX #ED978F Sweet Pink

📋 copy color: '#ED978F'

red 237 ◦ green 151 ◦ blue 143

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

Shades of Sweet Pink #ED978F

Tints of Sweet Pink #ED978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.44%

 BLUE value IS 143 (56.25% from 255) = 26.93%

R = 44.63%
G = 28.44%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED978F (or 0xED978F) is known color: Sweet Pink. HEX triplet: ED, 97 and 8F. RGB value is (237,151,143). Sum of RGB (Red+Green+Blue) = 237+151+143=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 151 (59.38% from 255 or 28.44% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED978F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED978F is #126870. Grayscale: #AFAFAF. Windows color (decimal): -1206385 or 9410541. OLE color: 9410541.

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

Color convert

RGB 237 151 143 -
CMYK 0 0.36 0.40 0.07
HSL 5.11º 0.72% 0.75% -
HSV(B) 5.11º 0.4% 0.93% -
XYZ 50.95 42.12 31.43 -
YUV 175.8 109.49 171.65 -
System Red Green Blue C M Y K H S L
Decimal 237 151 143 0 0.36 0.40 0.07 5.11 0.72 0.75
Hex ED 97 8F 0 24 28 7 5 48 4B
Octal 355 227 217 0 44 50 7 5 110 113
Binary 11101101 10010111 10001111 0 100100 101000 111 101 1001000 1001011

Color Harmonies of #ED978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED978F

Black with #ED978F

Text Example


Text Example

White with #ED978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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