Html Css Color HEX #ED9E9E Sweet Pink

📋 copy color: '#ED9E9E'

red 237 ◦ green 158 ◦ blue 158

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

Shades of Sweet Pink #ED9E9E

Tints of Sweet Pink #ED9E9E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.57%

 BLUE value IS 158 (62.11% from 255) = 28.57%

R = 42.86%
G = 28.57%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED9E9E (or 0xED9E9E) is known color: Sweet Pink. HEX triplet: ED, 9E and 9E. RGB value is (237,158,158). Sum of RGB (Red+Green+Blue) = 237+158+158=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E9E is #126161. Grayscale: #B5B5B5. Windows color (decimal): -1204578 or 10395373. OLE color: 10395373.

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

Color convert

RGB 237 158 158 -
CMYK 0 0.33 0.33 0.07
HSL 0.69% 0.77% -
HSV(B) 0.33% 0.93% -
XYZ 53.32 44.93 38.21 -
YUV 181.62 114.67 167.5 -
System Red Green Blue C M Y K H S L
Decimal 237 158 158 0 0.33 0.33 0.07 0 0.69 0.77
Hex ED 9E 9E 0 21 21 7 0 45 4D
Octal 355 236 236 0 41 41 7 0 105 115
Binary 11101101 10011110 10011110 0 100001 100001 111 0 1000101 1001101

Color Harmonies of #ED9E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E9E

Black with #ED9E9E

Text Example


Text Example

White with #ED9E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E9E; }

 p { color: rgb(237,158,158); }

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

background-color css

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

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

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

border-color css

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

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

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