Html Css Color HEX #ED918A Sweet Pink

📋 copy color: '#ED918A'

red 237 ◦ green 145 ◦ blue 138

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

Shades of Sweet Pink #ED918A

Tints of Sweet Pink #ED918A

RGB

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

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

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

R = 45.58%
G = 27.88%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ED918A (or 0xED918A) is known color: Sweet Pink. HEX triplet: ED, 91 and 8A. RGB value is (237,145,138). Sum of RGB (Red+Green+Blue) = 237+145+138=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED918A is #126E75. Grayscale: #ABABAB. Windows color (decimal): -1207926 or 9081325. OLE color: 9081325.

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

Color convert

RGB 237 145 138 -
CMYK 0 0.39 0.42 0.07
HSL 4.24º 0.73% 0.74% -
HSV(B) 4.24º 0.42% 0.93% -
XYZ 49.64 40.09 29.17 -
YUV 171.71 108.98 174.57 -
System Red Green Blue C M Y K H S L
Decimal 237 145 138 0 0.39 0.42 0.07 4.24 0.73 0.74
Hex ED 91 8A 0 27 2A 7 4 49 4A
Octal 355 221 212 0 47 52 7 4 111 112
Binary 11101101 10010001 10001010 0 100111 101010 111 100 1001001 1001010

Color Harmonies of #ED918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED918A

Black with #ED918A

Text Example


Text Example

White with #ED918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED918A; }

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

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

background-color css

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

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

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

border-color css

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

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

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