Html Css Color HEX #ED918E Sweet Pink

📋 copy color: '#ED918E'

red 237 ◦ green 145 ◦ blue 142

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

Shades of Sweet Pink #ED918E

Tints of Sweet Pink #ED918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.67%

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 45.23%
G = 27.67%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#ED918E (or 0xED918E) is known color: Sweet Pink. HEX triplet: ED, 91 and 8E. RGB value is (237,145,142). Sum of RGB (Red+Green+Blue) = 237+145+142=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED918E is #126E71. Grayscale: #ACACAC. Windows color (decimal): -1207922 or 9343469. OLE color: 9343469.

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

Color convert

RGB 237 145 142 -
CMYK 0 0.39 0.40 0.07
HSL 1.89º 0.73% 0.74% -
HSV(B) 1.89º 0.4% 0.93% -
XYZ 49.93 40.21 30.72 -
YUV 172.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 237 145 142 0 0.39 0.40 0.07 1.89 0.73 0.74
Hex ED 91 8E 0 27 28 7 2 49 4A
Octal 355 221 216 0 47 50 7 2 111 112
Binary 11101101 10010001 10001110 0 100111 101000 111 10 1001001 1001010

Color Harmonies of #ED918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED918E

Black with #ED918E

Text Example


Text Example

White with #ED918E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED918E; }

 p { color: rgb(237,145,142); }

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

background-color css

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

 a { background-color: rgb(237,145,142); }

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

border-color css

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

 span { border-color: rgb(237,145,142); }

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