Html Css Color HEX #ED93BC Shocking

📋 copy color: '#ED93BC'

red 237 ◦ green 147 ◦ blue 188

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

Shades of Shocking #ED93BC

Tints of Shocking #ED93BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.87%

R = 41.43%
G = 25.7%
B = 32.87%

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

#ED93BC (or 0xED93BC) is known color: Shocking. HEX triplet: ED, 93 and BC. RGB value is (237,147,188). Sum of RGB (Red+Green+Blue) = 237+147+188=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 147 (57.81% from 255 or 25.70% from 572); Blue value is 188 (73.83% from 255 or 32.87% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED93BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED93BC is #126C43. Grayscale: #B2B2B2. Windows color (decimal): -1207364 or 12358637. OLE color: 12358637.

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

Color convert

RGB 237 147 188 -
CMYK 0 0.38 0.21 0.07
HSL 332.67º 0.71% 0.75% -
HSV(B) 332.67º 0.38% 0.93% -
XYZ 54.44 42.5 52.91 -
YUV 178.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 237 147 188 0 0.38 0.21 0.07 332.67 0.71 0.75
Hex ED 93 BC 0 26 15 7 14D 47 4B
Octal 355 223 274 0 46 25 7 515 107 113
Binary 11101101 10010011 10111100 0 100110 10101 111 101001101 1000111 1001011

Color Harmonies of #ED93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED93BC

Black with #ED93BC

Text Example


Text Example

White with #ED93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED93BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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