#ED818F

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

Shades of Carissma #ED818F

Tints of Carissma #ED818F

Color information

#ED818F (or 0xED818F) is unknown color: approx Carissma. HEX triplet: ED, 81 and 8F. RGB value is (237,129,143). Sum of RGB (Red+Green+Blue) = 237+129+143=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED818F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED818F is #127E70. Grayscale: #A2A2A2. Windows color (decimal): -1212017 or 9404909. OLE color: 9404909.

HSL color Cylindrical-coordinate representation of color #ED818F: hue angle of 352.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED818F is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237129143-
CMYK00.460.400.07
HSL352.22º75%71.76%-
HSV(B)352.22º45.57%92.94%-
XYZ47.7335.6930.36-
YUV162.89116.78180.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=46.56%
G=25.34%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712914300.460.400.07352.227571.76
HexED818F02E2871604b48
Octal355201217056507540113110
Binary111011011000000110001111010111010100011110110000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED818F; }

 p { color: rgb(237,129,143); }

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

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

 a { background-color: rgb(237,129,143); }

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

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

 span { border-color: rgb(237,129,143); }

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