Html Css Color HEX #ED9484 Sweet Pink

📋 copy color: '#ED9484'

red 237 ◦ green 148 ◦ blue 132

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

Shades of Sweet Pink #ED9484

Tints of Sweet Pink #ED9484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 25.53%

R = 45.84%
G = 28.63%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED9484 (or 0xED9484) is known color: Sweet Pink. HEX triplet: ED, 94 and 84. RGB value is (237,148,132). Sum of RGB (Red+Green+Blue) = 237+148+132=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9484 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9484 is #126B7B. Grayscale: #ACACAC. Windows color (decimal): -1207164 or 8688877. OLE color: 8688877.

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

Color convert

RGB 237 148 132 -
CMYK 0 0.38 0.44 0.07
HSL 9.14º 0.74% 0.72% -
HSV(B) 9.14º 0.44% 0.93% -
XYZ 49.68 40.85 27.1 -
YUV 172.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 237 148 132 0 0.38 0.44 0.07 9.14 0.74 0.72
Hex ED 94 84 0 26 2C 7 9 4A 48
Octal 355 224 204 0 46 54 7 11 112 110
Binary 11101101 10010100 10000100 0 100110 101100 111 1001 1001010 1001000

Color Harmonies of #ED9484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9484

Black with #ED9484

Text Example


Text Example

White with #ED9484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9484; }

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

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

background-color css

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

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

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

border-color css

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

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

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