Html Css Color HEX #ED9EC1 Shocking

📋 copy color: '#ED9EC1'

red 237 ◦ green 158 ◦ blue 193

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

Shades of Shocking #ED9EC1

Tints of Shocking #ED9EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 32.82%

R = 40.31%
G = 26.87%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED9EC1 (or 0xED9EC1) is known color: Shocking. HEX triplet: ED, 9E and C1. RGB value is (237,158,193). Sum of RGB (Red+Green+Blue) = 237+158+193=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EC1 is #12613E. Grayscale: #B9B9B9. Windows color (decimal): -1204543 or 12689133. OLE color: 12689133.

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

Color convert

RGB 237 158 193 -
CMYK 0 0.33 0.19 0.07
HSL 333.42º 0.69% 0.77% -
HSV(B) 333.42º 0.33% 0.93% -
XYZ 56.78 46.31 56.4 -
YUV 185.61 132.17 164.65 -
System Red Green Blue C M Y K H S L
Decimal 237 158 193 0 0.33 0.19 0.07 333.42 0.69 0.77
Hex ED 9E C1 0 21 13 7 14D 45 4D
Octal 355 236 301 0 41 23 7 515 105 115
Binary 11101101 10011110 11000001 0 100001 10011 111 101001101 1000101 1001101

Color Harmonies of #ED9EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EC1

Black with #ED9EC1

Text Example


Text Example

White with #ED9EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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