#EF7E97

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

Shades of Carissma #EF7E97

Tints of Carissma #EF7E97

Color information

#EF7E97 (or 0xEF7E97) is unknown color: approx Carissma. HEX triplet: EF, 7E and 97. RGB value is (239,126,151). Sum of RGB (Red+Green+Blue) = 239+126+151=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7E97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF7E97 is #108168. Grayscale: #A2A2A2. Windows color (decimal): -1081705 or 9928431. OLE color: 9928431.

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

Color convert

RGB239126151-
CMYK00.470.370.06
HSL346.73º77.93%71.57%-
HSV(B)346.73º47.28%93.73%-
XYZ48.6435.5133.57-
YUV162.64121.44182.47-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 126 (49.61% from 255) = 24.42%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=46.32%
G=24.42%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912615100.470.370.06346.7377.9371.57
HexEF7E9702F25615b4e48
Octal357176227057456533116110
Binary11101111111111010010111010111110010111010101101110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7E97; }

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

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

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

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

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

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

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

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