Html Css Color HEX #ED938D Sweet Pink

📋 copy color: '#ED938D'

red 237 ◦ green 147 ◦ blue 141

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

Shades of Sweet Pink #ED938D

Tints of Sweet Pink #ED938D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28%

 BLUE value IS 141 (55.47% from 255) = 26.86%

R = 45.14%
G = 28%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED938D (or 0xED938D) is known color: Sweet Pink. HEX triplet: ED, 93 and 8D. RGB value is (237,147,141). Sum of RGB (Red+Green+Blue) = 237+147+141=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED938D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED938D is #126C72. Grayscale: #ADADAD. Windows color (decimal): -1207411 or 9278445. OLE color: 9278445.

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

Color convert

RGB 237 147 141 -
CMYK 0 0.38 0.41 0.07
HSL 3.75º 0.73% 0.74% -
HSV(B) 3.75º 0.41% 0.93% -
XYZ 50.17 40.8 30.43 -
YUV 173.23 109.82 173.49 -
System Red Green Blue C M Y K H S L
Decimal 237 147 141 0 0.38 0.41 0.07 3.75 0.73 0.74
Hex ED 93 8D 0 26 29 7 4 49 4A
Octal 355 223 215 0 46 51 7 4 111 112
Binary 11101101 10010011 10001101 0 100110 101001 111 100 1001001 1001010

Color Harmonies of #ED938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED938D

Black with #ED938D

Text Example


Text Example

White with #ED938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED938D; }

 p { color: rgb(237,147,141); }

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

background-color css

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

 a { background-color: rgb(237,147,141); }

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

border-color css

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

 span { border-color: rgb(237,147,141); }

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