Html Css Color HEX #ED9CC5 Shocking

📋 copy color: '#ED9CC5'

red 237 ◦ green 156 ◦ blue 197

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

Shades of Shocking #ED9CC5

Tints of Shocking #ED9CC5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.44%

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

R = 40.17%
G = 26.44%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED9CC5 (or 0xED9CC5) is known color: Shocking. HEX triplet: ED, 9C and C5. RGB value is (237,156,197). Sum of RGB (Red+Green+Blue) = 237+156+197=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9CC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9CC5 is #12633A. Grayscale: #B8B8B8. Windows color (decimal): -1205051 or 12950765. OLE color: 12950765.

HSL color Cylindrical-coordinate representation of color #ED9CC5: hue angle of 329.63º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9CC5 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 156 197 -
CMYK 0 0.34 0.17 0.07
HSL 329.63º 0.69% 0.77% -
HSV(B) 329.63º 0.34% 0.93% -
XYZ 56.89 45.81 58.67 -
YUV 184.89 134.84 165.17 -
System Red Green Blue C M Y K H S L
Decimal 237 156 197 0 0.34 0.17 0.07 329.63 0.69 0.77
Hex ED 9C C5 0 22 11 7 14A 45 4D
Octal 355 234 305 0 42 21 7 512 105 115
Binary 11101101 10011100 11000101 0 100010 10001 111 101001010 1000101 1001101

Color Harmonies of #ED9CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9CC5

Black with #ED9CC5

Text Example


Text Example

White with #ED9CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9CC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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