#EF7A8A

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

Shades of Carissma #EF7A8A

Tints of Carissma #EF7A8A

Color information

#EF7A8A (or 0xEF7A8A) is unknown color: approx Carissma. HEX triplet: EF, 7A and 8A. RGB value is (239,122,138). Sum of RGB (Red+Green+Blue) = 239+122+138=499 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.90% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7A8A is #108575. Grayscale: #9E9E9E. Windows color (decimal): -1082742 or 9075439. OLE color: 9075439.

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

Color convert

RGB239122138-
CMYK00.490.420.06
HSL351.79º78.52%70.78%-
HSV(B)351.79º48.95%93.73%-
XYZ47.1434.128.14-
YUV158.81116.26185.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.90%
GREEN value IS 122 (48.05% from 255) = 24.45%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=47.90%
G=24.45%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912213800.490.420.06351.7978.5270.78
HexEF7A8A0312A61604f47
Octal357172212061526540117107
Binary11101111111101010001010011000110101011010110000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7A8A; }

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

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

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

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

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

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

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

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