Html Css Color HEX #ED9EC6 Shocking

📋 copy color: '#ED9EC6'

red 237 ◦ green 158 ◦ blue 198

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

Shades of Shocking #ED9EC6

Tints of Shocking #ED9EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 33.39%

R = 39.97%
G = 26.64%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#ED9EC6 (or 0xED9EC6) is known color: Shocking. HEX triplet: ED, 9E and C6. RGB value is (237,158,198). Sum of RGB (Red+Green+Blue) = 237+158+198=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 158 (62.11% from 255 or 26.64% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9EC6 is #126139. Grayscale: #BABABA. Windows color (decimal): -1204538 or 13016813. OLE color: 13016813.

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

Color convert

RGB 237 158 198 -
CMYK 0 0.33 0.16 0.07
HSL 329.62º 0.69% 0.77% -
HSV(B) 329.62º 0.33% 0.93% -
XYZ 57.34 46.54 59.39 -
YUV 186.18 134.67 164.25 -
System Red Green Blue C M Y K H S L
Decimal 237 158 198 0 0.33 0.16 0.07 329.62 0.69 0.77
Hex ED 9E C6 0 21 10 7 14A 45 4D
Octal 355 236 306 0 41 20 7 512 105 115
Binary 11101101 10011110 11000110 0 100001 10000 111 101001010 1000101 1001101

Color Harmonies of #ED9EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9EC6

Black with #ED9EC6

Text Example


Text Example

White with #ED9EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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