#EF7693

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

Shades of Carissma #EF7693

Tints of Carissma #EF7693

Color information

#EF7693 (or 0xEF7693) is unknown color: approx Carissma. HEX triplet: EF, 76 and 93. RGB value is (239,118,147). Sum of RGB (Red+Green+Blue) = 239+118+147=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7693 is #10896C. Grayscale: #9D9D9D. Windows color (decimal): -1083757 or 9664239. OLE color: 9664239.

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

Color convert

RGB239118147-
CMYK00.510.380.06
HSL345.62º79.08%70%-
HSV(B)345.62º50.63%93.73%-
XYZ47.3433.4131.56-
YUV157.48122.09186.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=47.42%
G=23.41%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911814700.510.380.06345.6279.0870
HexEF769303326615a4f46
Octal357166223063466532117106
Binary11101111111011010010011011001110011011010101101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7693; }

 p { color: rgb(239,118,147); }

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

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

 a { background-color: rgb(239,118,147); }

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

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

 span { border-color: rgb(239,118,147); }

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