Html Css Color HEX #ED9E6F Hit Pink

📋 copy color: '#ED9E6F'

red 237 ◦ green 158 ◦ blue 111

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

Shades of Hit Pink #ED9E6F

Tints of Hit Pink #ED9E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.94%

R = 46.84%
G = 31.23%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ED9E6F (or 0xED9E6F) is known color: Hit Pink. HEX triplet: ED, 9E and 6F. RGB value is (237,158,111). Sum of RGB (Red+Green+Blue) = 237+158+111=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9E6F is #126190. Grayscale: #B0B0B0. Windows color (decimal): -1204625 or 7315181. OLE color: 7315181.

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

Color convert

RGB 237 158 111 -
CMYK 0 0.33 0.53 0.07
HSL 22.38º 0.78% 0.68% -
HSV(B) 22.38º 0.53% 0.93% -
XYZ 50.02 43.61 20.82 -
YUV 176.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 237 158 111 0 0.33 0.53 0.07 22.38 0.78 0.68
Hex ED 9E 6F 0 21 35 7 16 4E 44
Octal 355 236 157 0 41 65 7 26 116 104
Binary 11101101 10011110 1101111 0 100001 110101 111 10110 1001110 1000100

Color Harmonies of #ED9E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9E6F

Black with #ED9E6F

Text Example


Text Example

White with #ED9E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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