#EF719B

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

Shades of Carissma #EF719B

Tints of Carissma #EF719B

Color information

#EF719B (or 0xEF719B) is unknown color: approx Carissma. HEX triplet: EF, 71 and 9B. RGB value is (239,113,155). Sum of RGB (Red+Green+Blue) = 239+113+155=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EF719B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF719B is #108E64. Grayscale: #9B9B9B. Windows color (decimal): -1085029 or 10187247. OLE color: 10187247.

HSL color Cylindrical-coordinate representation of color #EF719B: hue angle of 340º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF719B is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB239113155-
CMYK00.530.350.06
HSL340º79.75%69.02%-
HSV(B)340º52.72%93.73%-
XYZ47.4232.5334.79-
YUV155.46127.74187.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=47.14%
G=22.29%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911315500.530.350.0634079.7569.02
HexEF719B0352361545045
Octal357161233065436524120105
Binary11101111111000110011011011010110001111010101010010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF719B; }

 p { color: rgb(239,113,155); }

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

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

 a { background-color: rgb(239,113,155); }

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

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

 span { border-color: rgb(239,113,155); }

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