#EF7E84

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

Shades of Carissma #EF7E84

Tints of Carissma #EF7E84

Color information

#EF7E84 (or 0xEF7E84) is unknown color: approx Carissma. HEX triplet: EF, 7E and 84. RGB value is (239,126,132). Sum of RGB (Red+Green+Blue) = 239+126+132=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 132 (51.95% from 255 or 26.56% from 497); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E84 is #10817B. Grayscale: #A0A0A0. Windows color (decimal): -1081724 or 8683247. OLE color: 8683247.

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

Color convert

RGB239126132-
CMYK00.470.450.06
HSL356.81º77.93%71.57%-
HSV(B)356.81º47.28%93.73%-
XYZ47.2234.9426.08-
YUV160.47111.94184.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.09%
GREEN value IS 126 (49.61% from 255) = 25.35%
BLUE value IS 132 (51.95% from 255) = 26.56%
R=48.09%
G=25.35%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912613200.470.450.06356.8177.9371.57
HexEF7E8402F2D61654e48
Octal357176204057556545116110
Binary11101111111111010000100010111110110111010110010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7E84; }

 p { color: rgb(239,126,132); }

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

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

 a { background-color: rgb(239,126,132); }

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

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

 span { border-color: rgb(239,126,132); }

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