#EF93CD

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

Shades of Shocking #EF93CD

Tints of Shocking #EF93CD

Color information

#EF93CD (or 0xEF93CD) is unknown color: approx Shocking. HEX triplet: EF, 93 and CD. RGB value is (239,147,205). Sum of RGB (Red+Green+Blue) = 239+147+205=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EF93CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF93CD is #106C32. Grayscale: #B4B4B4. Windows color (decimal): -1076275 or 13472751. OLE color: 13472751.

HSL color Cylindrical-coordinate representation of color #EF93CD: hue angle of 322.17º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EF93CD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239147205-
CMYK00.380.140.06
HSL322.17º74.19%75.69%-
HSV(B)322.17º38.49%93.73%-
XYZ57.0543.6363.17-
YUV181.12141.48169.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 147 (57.81% from 255) = 24.87%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=40.44%
G=24.87%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914720500.380.140.06322.1774.1975.69
HexEF93CD026E61424a4c
Octal357223315046166502112114
Binary1110111110010011110011010100110111011010100001010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF93CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF93CD; }

 p { color: rgb(239,147,205); }

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

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

 a { background-color: rgb(239,147,205); }

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

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

 span { border-color: rgb(239,147,205); }

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