#EF819A

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

Shades of Carissma #EF819A

Tints of Carissma #EF819A

Color information

#EF819A (or 0xEF819A) is unknown color: approx Carissma. HEX triplet: EF, 81 and 9A. RGB value is (239,129,154). Sum of RGB (Red+Green+Blue) = 239+129+154=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EF819A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF819A is #107E65. Grayscale: #A4A4A4. Windows color (decimal): -1080934 or 10125807. OLE color: 10125807.

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

Color convert

RGB239129154-
CMYK00.460.360.06
HSL346.36º77.46%72.16%-
HSV(B)346.36º46.03%93.73%-
XYZ49.2836.3835-
YUV164.74121.94180.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 129 (50.78% from 255) = 24.71%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=45.79%
G=24.71%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912915400.460.360.06346.3677.4672.16
HexEF819A02E24615a4d48
Octal357201232056446532115110
Binary111011111000000110011010010111010010011010101101010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF819A; }

 p { color: rgb(239,129,154); }

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

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

 a { background-color: rgb(239,129,154); }

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

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

 span { border-color: rgb(239,129,154); }

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