#ED8083

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

Shades of Carissma #ED8083

Tints of Carissma #ED8083

Color information

#ED8083 (or 0xED8083) is unknown color: approx Carissma. HEX triplet: ED, 80 and 83. RGB value is (237,128,131). Sum of RGB (Red+Green+Blue) = 237+128+131=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 131 (51.56% from 255 or 26.41% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8083 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8083 is #127F7C. Grayscale: #A1A1A1. Windows color (decimal): -1212285 or 8618221. OLE color: 8618221.

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

Color convert

RGB237128131-
CMYK00.460.450.07
HSL358.35º75.17%71.57%-
HSV(B)358.35º45.99%92.94%-
XYZ46.7435.0825.78-
YUV160.93111.11182.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 131 (51.56% from 255) = 26.41%
R=47.78%
G=25.81%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712813100.460.450.07358.3575.1771.57
HexED808302E2D71664b48
Octal355200203056557546113110
Binary111011011000000010000011010111010110111110110011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8083; }

 p { color: rgb(237,128,131); }

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

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

 a { background-color: rgb(237,128,131); }

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

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

 span { border-color: rgb(237,128,131); }

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