Html Css Color HEX #ED938C Sweet Pink

📋 copy color: '#ED938C'

red 237 ◦ green 147 ◦ blue 140

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

Shades of Sweet Pink #ED938C

Tints of Sweet Pink #ED938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.72%

R = 45.23%
G = 28.05%
B = 26.72%

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

#ED938C (or 0xED938C) is known color: Sweet Pink. HEX triplet: ED, 93 and 8C. RGB value is (237,147,140). Sum of RGB (Red+Green+Blue) = 237+147+140=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED938C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED938C is #126C73. Grayscale: #ADADAD. Windows color (decimal): -1207412 or 9212909. OLE color: 9212909.

HSL color Cylindrical-coordinate representation of color #ED938C: hue angle of 4.33º 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 #ED938C is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 140 -
CMYK 0 0.38 0.41 0.07
HSL 4.33º 0.73% 0.74% -
HSV(B) 4.33º 0.41% 0.93% -
XYZ 50.09 40.77 30.04 -
YUV 173.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 237 147 140 0 0.38 0.41 0.07 4.33 0.73 0.74
Hex ED 93 8C 0 26 29 7 4 49 4A
Octal 355 223 214 0 46 51 7 4 111 112
Binary 11101101 10010011 10001100 0 100110 101001 111 100 1001001 1001010

Color Harmonies of #ED938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED938C

Black with #ED938C

Text Example


Text Example

White with #ED938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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