#EF7A94

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

Shades of Carissma #EF7A94

Tints of Carissma #EF7A94

Color information

#EF7A94 (or 0xEF7A94) is unknown color: approx Carissma. HEX triplet: EF, 7A and 94. RGB value is (239,122,148). Sum of RGB (Red+Green+Blue) = 239+122+148=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A94 is #10856B. Grayscale: #9F9F9F. Windows color (decimal): -1082732 or 9730799. OLE color: 9730799.

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

Color convert

RGB239122148-
CMYK00.490.380.06
HSL346.67º78.52%70.78%-
HSV(B)346.67º48.95%93.73%-
XYZ47.934.4132.13-
YUV159.95121.26184.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=46.95%
G=23.97%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912214800.490.380.06346.6778.5270.78
HexEF7A9403126615b4f47
Octal357172224061466533117107
Binary11101111111101010010100011000110011011010101101110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A94; }

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

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

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

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

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

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

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

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