#EF90C1

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

Shades of Shocking #EF90C1

Tints of Shocking #EF90C1

Color information

#EF90C1 (or 0xEF90C1) is unknown color: approx Shocking. HEX triplet: EF, 90 and C1. RGB value is (239,144,193). Sum of RGB (Red+Green+Blue) = 239+144+193=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EF90C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF90C1 is #106F3E. Grayscale: #B1B1B1. Windows color (decimal): -1077055 or 12685551. OLE color: 12685551.

HSL color Cylindrical-coordinate representation of color #EF90C1: hue angle of 329.05º 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 #EF90C1 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239144193-
CMYK00.400.190.06
HSL329.05º74.8%75.1%-
HSV(B)329.05º39.75%93.73%-
XYZ55.242.1555.68-
YUV177.99136.47171.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.49%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 193 (75.78% from 255) = 33.51%
R=41.49%
G=25%
B=33.51%

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
Decimal23914419300.400.190.06329.0574.875.1
HexEF90C10281361494b4b
Octal357220301050236511113113
Binary11101111100100001100000101010001001111010100100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF90C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF90C1; }

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

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

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

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

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

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

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

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