#ed92c4

Color #ED92C4 Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #ED92C4

Tints of Shocking #ED92C4

Color information

#ED92C4 (or 0xED92C4) is unknown color: approx Shocking. HEX triplet: ED, 92 and C4. RGB value is (237,146,196). Sum of RGB (Red+Green+Blue) = 237+146+196=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 196 (76.95% from 255 or 33.85% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED92C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED92C4 is #126D3B. Grayscale: #B2B2B2. Windows color (decimal): -1207612 or 12882669. OLE color: 12882669.

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

Color convert

RGB237146196-
CMYK00.380.170.07
HSL327.03º71.65%75.1%-
HSV(B)327.03º38.4%92.94%-
XYZ55.1742.5557.53-
YUV178.91137.65169.43-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.93%
GREEN value IS 146 (57.42% from 255) = 25.22%
BLUE value IS 196 (76.95% from 255) = 33.85%
R=40.93%
G=25.22%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714619600.380.170.07327.0371.6575.1
HexED92C4026117147484b
Octal355222304046217507110113
Binary11101101100100101100010001001101000111110100011110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed92c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed92c4; }

 p { color: rgb(237,146,196); }

 H1.HeaderClassName
 {
   color: #ed92c4;
 }
 .AnyTagClassName
 {
   color: #ed92c4;
 }
</style>
background-color css

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

 a { background-color: rgb(237,146,196); }

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

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

 span { border-color: rgb(237,146,196); }

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