Html Css Color HEX #ED9E6E Hit Pink

📋 copy color: '#ED9E6E'

red 237 ◦ green 158 ◦ blue 110

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

Shades of Hit Pink #ED9E6E

Tints of Hit Pink #ED9E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.78%

R = 46.93%
G = 31.29%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#ED9E6E (or 0xED9E6E) is known color: Hit Pink. HEX triplet: ED, 9E and 6E. RGB value is (237,158,110). Sum of RGB (Red+Green+Blue) = 237+158+110=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9E6E is #126191. Grayscale: #B0B0B0. Windows color (decimal): -1204626 or 7249645. OLE color: 7249645.

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

Color convert

RGB 237 158 110 -
CMYK 0 0.33 0.54 0.07
HSL 22.68º 0.78% 0.68% -
HSV(B) 22.68º 0.54% 0.93% -
XYZ 49.97 43.58 20.53 -
YUV 176.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 237 158 110 0 0.33 0.54 0.07 22.68 0.78 0.68
Hex ED 9E 6E 0 21 36 7 17 4E 44
Octal 355 236 156 0 41 66 7 27 116 104
Binary 11101101 10011110 1101110 0 100001 110110 111 10111 1001110 1000100

Color Harmonies of #ED9E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E6E

Black with #ED9E6E

Text Example


Text Example

White with #ED9E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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