Html Css Color HEX #ED9892 Sweet Pink

📋 copy color: '#ED9892'

red 237 ◦ green 152 ◦ blue 146

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

Shades of Sweet Pink #ED9892

Tints of Sweet Pink #ED9892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.41%

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

R = 44.3%
G = 28.41%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED9892 (or 0xED9892) is known color: Sweet Pink. HEX triplet: ED, 98 and 92. RGB value is (237,152,146). Sum of RGB (Red+Green+Blue) = 237+152+146=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 152 (59.77% from 255 or 28.41% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9892 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9892 is #12676D. Grayscale: #B0B0B0. Windows color (decimal): -1206126 or 9607405. OLE color: 9607405.

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

Color convert

RGB 237 152 146 -
CMYK 0 0.36 0.38 0.07
HSL 3.96º 0.72% 0.75% -
HSV(B) 3.96º 0.38% 0.93% -
XYZ 51.34 42.54 32.7 -
YUV 176.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 237 152 146 0 0.36 0.38 0.07 3.96 0.72 0.75
Hex ED 98 92 0 24 26 7 4 48 4B
Octal 355 230 222 0 44 46 7 4 110 113
Binary 11101101 10011000 10010010 0 100100 100110 111 100 1001000 1001011

Color Harmonies of #ED9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9892

Black with #ED9892

Text Example


Text Example

White with #ED9892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9892; }

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

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

background-color css

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

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

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

border-color css

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

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

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