#EF90C2

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

Shades of Shocking #EF90C2

Tints of Shocking #EF90C2

Color information

#EF90C2 (or 0xEF90C2) is unknown color: approx Shocking. HEX triplet: EF, 90 and C2. RGB value is (239,144,194). Sum of RGB (Red+Green+Blue) = 239+144+194=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90C2 is #106F3D. Grayscale: #B2B2B2. Windows color (decimal): -1077054 or 12751087. OLE color: 12751087.

HSL color Cylindrical-coordinate representation of color #EF90C2: hue angle of 328.42º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EF90C2 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239144194-
CMYK00.400.190.06
HSL328.42º74.8%75.1%-
HSV(B)328.42º39.75%93.73%-
XYZ55.3142.1956.27-
YUV178.1136.97171.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.42%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 194 (76.17% from 255) = 33.62%
R=41.42%
G=24.96%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914419400.400.190.06328.4274.875.1
HexEF90C20281361484b4b
Octal357220302050236510113113
Binary11101111100100001100001001010001001111010100100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90C2; }

 p { color: rgb(239,144,194); }

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

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

 a { background-color: rgb(239,144,194); }

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

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

 span { border-color: rgb(239,144,194); }

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