#EF7894

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

Shades of Carissma #EF7894

Tints of Carissma #EF7894

Color information

#EF7894 (or 0xEF7894) is unknown color: approx Carissma. HEX triplet: EF, 78 and 94. RGB value is (239,120,148). Sum of RGB (Red+Green+Blue) = 239+120+148=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7894 is #10876B. Grayscale: #9E9E9E. Windows color (decimal): -1083244 or 9730287. OLE color: 9730287.

HSL color Cylindrical-coordinate representation of color #EF7894: hue angle of 345.88º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EF7894 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB239120148-
CMYK00.500.380.06
HSL345.88º78.81%70.39%-
HSV(B)345.88º49.79%93.73%-
XYZ47.6633.9232.05-
YUV158.77121.92185.22-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 120 (47.27% from 255) = 23.67%
BLUE value IS 148 (58.20% from 255) = 29.19%
R=47.14%
G=23.67%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912014800.500.380.06345.8878.8170.39
HexEF789403226615a4f46
Octal357170224062466532117106
Binary11101111111100010010100011001010011011010101101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7894; }

 p { color: rgb(239,120,148); }

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

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

 a { background-color: rgb(239,120,148); }

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

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

 span { border-color: rgb(239,120,148); }

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