#EF818D

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

Shades of Carissma #EF818D

Tints of Carissma #EF818D

Color information

#EF818D (or 0xEF818D) is unknown color: approx Carissma. HEX triplet: EF, 81 and 8D. RGB value is (239,129,141). Sum of RGB (Red+Green+Blue) = 239+129+141=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF818D is #107E72. Grayscale: #A3A3A3. Windows color (decimal): -1080947 or 9273839. OLE color: 9273839.

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

Color convert

RGB239129141-
CMYK00.460.410.06
HSL353.45º77.46%72.16%-
HSV(B)353.45º46.03%93.73%-
XYZ48.2535.9729.6-
YUV163.26115.44182.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.95%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=46.95%
G=25.34%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912914100.460.410.06353.4577.4672.16
HexEF818D02E2961614d48
Octal357201215056516541115110
Binary111011111000000110001101010111010100111010110000110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF818D; }

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

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

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

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

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

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

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

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