Html Css Color HEX #ED9EC5 Shocking

📋 copy color: '#ED9EC5'

red 237 ◦ green 158 ◦ blue 197

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

Shades of Shocking #ED9EC5

Tints of Shocking #ED9EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 33.28%

R = 40.03%
G = 26.69%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED9EC5 (or 0xED9EC5) is known color: Shocking. HEX triplet: ED, 9E and C5. RGB value is (237,158,197). Sum of RGB (Red+Green+Blue) = 237+158+197=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EC5 is #12613A. Grayscale: #B9B9B9. Windows color (decimal): -1204539 or 12951277. OLE color: 12951277.

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

Color convert

RGB 237 158 197 -
CMYK 0 0.33 0.17 0.07
HSL 330.38º 0.69% 0.77% -
HSV(B) 330.38º 0.33% 0.93% -
XYZ 57.23 46.49 58.78 -
YUV 186.07 134.17 164.33 -
System Red Green Blue C M Y K H S L
Decimal 237 158 197 0 0.33 0.17 0.07 330.38 0.69 0.77
Hex ED 9E C5 0 21 11 7 14A 45 4D
Octal 355 236 305 0 41 21 7 512 105 115
Binary 11101101 10011110 11000101 0 100001 10001 111 101001010 1000101 1001101

Color Harmonies of #ED9EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EC5

Black with #ED9EC5

Text Example


Text Example

White with #ED9EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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