#EF7A8D

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

Shades of Carissma #EF7A8D

Tints of Carissma #EF7A8D

Color information

#EF7A8D (or 0xEF7A8D) is unknown color: approx Carissma. HEX triplet: EF, 7A and 8D. RGB value is (239,122,141). Sum of RGB (Red+Green+Blue) = 239+122+141=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 122 (48.05% from 255 or 24.30% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A8D is #108572. Grayscale: #9F9F9F. Windows color (decimal): -1082739 or 9272047. OLE color: 9272047.

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

Color convert

RGB239122141-
CMYK00.490.410.06
HSL350.26º78.52%70.78%-
HSV(B)350.26º48.95%93.73%-
XYZ47.3634.1929.3-
YUV159.15117.76184.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 122 (48.05% from 255) = 24.30%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=47.61%
G=24.30%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912214100.490.410.06350.2678.5270.78
HexEF7A8D03129615e4f47
Octal357172215061516536117107
Binary11101111111101010001101011000110100111010101111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A8D; }

 p { color: rgb(239,122,141); }

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

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

 a { background-color: rgb(239,122,141); }

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

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

 span { border-color: rgb(239,122,141); }

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