#EF819E

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

Shades of Carissma #EF819E

Tints of Carissma #EF819E

Color information

#EF819E (or 0xEF819E) is unknown color: approx Carissma. HEX triplet: EF, 81 and 9E. RGB value is (239,129,158). Sum of RGB (Red+Green+Blue) = 239+129+158=526 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.44% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 239 - color contains mainly: red. Hex color #EF819E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF819E is #107E61. Grayscale: #A5A5A5. Windows color (decimal): -1080930 or 10387951. OLE color: 10387951.

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

Color convert

RGB239129158-
CMYK00.460.340.06
HSL344.18º77.46%72.16%-
HSV(B)344.18º46.03%93.73%-
XYZ49.6236.5236.78-
YUV165.2123.94180.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.44%
GREEN value IS 129 (50.78% from 255) = 24.52%
BLUE value IS 158 (62.11% from 255) = 30.04%
R=45.44%
G=24.52%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912915800.460.340.06344.1877.4672.16
HexEF819E02E2261584d48
Octal357201236056426530115110
Binary111011111000000110011110010111010001011010101100010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF819E; }

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

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

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

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

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

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

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

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