Html Css Color HEX #ED93BB Shocking

📋 copy color: '#ED93BB'

red 237 ◦ green 147 ◦ blue 187

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

Shades of Shocking #ED93BB

Tints of Shocking #ED93BB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.74%

 BLUE value IS 187 (73.44% from 255) = 32.75%

R = 41.51%
G = 25.74%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED93BB (or 0xED93BB) is known color: Shocking. HEX triplet: ED, 93 and BB. RGB value is (237,147,187). Sum of RGB (Red+Green+Blue) = 237+147+187=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93BB is #126C44. Grayscale: #B2B2B2. Windows color (decimal): -1207365 or 12293101. OLE color: 12293101.

HSL color Cylindrical-coordinate representation of color #ED93BB: hue angle of 333.33º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ED93BB is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 147 187 -
CMYK 0 0.38 0.21 0.07
HSL 333.33º 0.71% 0.75% -
HSV(B) 333.33º 0.38% 0.93% -
XYZ 54.33 42.46 52.35 -
YUV 178.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 237 147 187 0 0.38 0.21 0.07 333.33 0.71 0.75
Hex ED 93 BB 0 26 15 7 14D 47 4B
Octal 355 223 273 0 46 25 7 515 107 113
Binary 11101101 10010011 10111011 0 100110 10101 111 101001101 1000111 1001011

Color Harmonies of #ED93BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93BB

Black with #ED93BB

Text Example


Text Example

White with #ED93BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93BB; }

 p { color: rgb(237,147,187); }

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

background-color css

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

 a { background-color: rgb(237,147,187); }

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

border-color css

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

 span { border-color: rgb(237,147,187); }

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