Html Css Color HEX #ED9DBD Shocking

📋 copy color: '#ED9DBD'

red 237 ◦ green 157 ◦ blue 189

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

Shades of Shocking #ED9DBD

Tints of Shocking #ED9DBD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.93%

 BLUE value IS 189 (74.22% from 255) = 32.42%

R = 40.65%
G = 26.93%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED9DBD (or 0xED9DBD) is known color: Shocking. HEX triplet: ED, 9D and BD. RGB value is (237,157,189). Sum of RGB (Red+Green+Blue) = 237+157+189=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED9DBD is #126242. Grayscale: #B8B8B8. Windows color (decimal): -1204803 or 12426733. OLE color: 12426733.

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

Color convert

RGB 237 157 189 -
CMYK 0 0.34 0.20 0.07
HSL 336º 0.69% 0.77% -
HSV(B) 336º 0.34% 0.93% -
XYZ 56.17 45.79 54.02 -
YUV 184.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 237 157 189 0 0.34 0.20 0.07 336 0.69 0.77
Hex ED 9D BD 0 22 14 7 150 45 4D
Octal 355 235 275 0 42 24 7 520 105 115
Binary 11101101 10011101 10111101 0 100010 10100 111 101010000 1000101 1001101

Color Harmonies of #ED9DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9DBD

Black with #ED9DBD

Text Example


Text Example

White with #ED9DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9DBD; }

 p { color: rgb(237,157,189); }

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

background-color css

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

 a { background-color: rgb(237,157,189); }

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

border-color css

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

 span { border-color: rgb(237,157,189); }

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