#EF7D94

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

Shades of Carissma #EF7D94

Tints of Carissma #EF7D94

Color information

#EF7D94 (or 0xEF7D94) is unknown color: approx Carissma. HEX triplet: EF, 7D and 94. RGB value is (239,125,148). Sum of RGB (Red+Green+Blue) = 239+125+148=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7D94 is #10826B. Grayscale: #A1A1A1. Windows color (decimal): -1081964 or 9731567. OLE color: 9731567.

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

Color convert

RGB239125148-
CMYK00.480.380.06
HSL347.89º78.08%71.37%-
HSV(B)347.89º47.7%93.73%-
XYZ48.2835.1632.26-
YUV161.71120.27183.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 125 (49.22% from 255) = 24.41%
BLUE value IS 148 (58.20% from 255) = 28.91%
R=46.68%
G=24.41%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912514800.480.380.06347.8978.0871.37
HexEF7D9403026615c4e47
Octal357175224060466534116107
Binary11101111111110110010100011000010011011010101110010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7D94; }

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

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

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

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

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

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

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

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