Html Css Color HEX #ED9190 Sweet Pink

📋 copy color: '#ED9190'

red 237 ◦ green 145 ◦ blue 144

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

Shades of Sweet Pink #ED9190

Tints of Sweet Pink #ED9190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.38%

R = 45.06%
G = 27.57%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#ED9190 (or 0xED9190) is known color: Sweet Pink. HEX triplet: ED, 91 and 90. RGB value is (237,145,144). Sum of RGB (Red+Green+Blue) = 237+145+144=526 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.06% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9190 is #126E6F. Grayscale: #ACACAC. Windows color (decimal): -1207920 or 9474541. OLE color: 9474541.

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

Color convert

RGB 237 145 144 -
CMYK 0 0.39 0.39 0.07
HSL 0.65º 0.72% 0.75% -
HSV(B) 0.65º 0.39% 0.93% -
XYZ 50.08 40.27 31.52 -
YUV 172.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 237 145 144 0 0.39 0.39 0.07 0.65 0.72 0.75
Hex ED 91 90 0 27 27 7 1 48 4B
Octal 355 221 220 0 47 47 7 1 110 113
Binary 11101101 10010001 10010000 0 100111 100111 111 1 1001000 1001011

Color Harmonies of #ED9190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9190

Black with #ED9190

Text Example


Text Example

White with #ED9190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9190; }

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

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

background-color css

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

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

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

border-color css

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

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

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