Html Css Color HEX #ED9492 Sweet Pink

📋 copy color: '#ED9492'

red 237 ◦ green 148 ◦ blue 146

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

Shades of Sweet Pink #ED9492

Tints of Sweet Pink #ED9492

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.87%

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 44.63%
G = 27.87%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9492 (or 0xED9492) is known color: Sweet Pink. HEX triplet: ED, 94 and 92. RGB value is (237,148,146). Sum of RGB (Red+Green+Blue) = 237+148+146=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9492 is #126B6D. Grayscale: #AEAEAE. Windows color (decimal): -1207150 or 9606381. OLE color: 9606381.

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

Color convert

RGB 237 148 146 -
CMYK 0 0.38 0.38 0.07
HSL 1.32º 0.72% 0.75% -
HSV(B) 1.32º 0.38% 0.93% -
XYZ 50.7 41.26 32.49 -
YUV 174.38 111.99 172.66 -
System Red Green Blue C M Y K H S L
Decimal 237 148 146 0 0.38 0.38 0.07 1.32 0.72 0.75
Hex ED 94 92 0 26 26 7 1 48 4B
Octal 355 224 222 0 46 46 7 1 110 113
Binary 11101101 10010100 10010010 0 100110 100110 111 1 1001000 1001011

Color Harmonies of #ED9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9492

Black with #ED9492

Text Example


Text Example

White with #ED9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9492; }

 p { color: rgb(237,148,146); }

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

background-color css

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

 a { background-color: rgb(237,148,146); }

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

border-color css

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

 span { border-color: rgb(237,148,146); }

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