#ED80A0

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

Shades of Carissma #ED80A0

Tints of Carissma #ED80A0

Color information

#ED80A0 (or 0xED80A0) is unknown color: approx Carissma. HEX triplet: ED, 80 and A0. RGB value is (237,128,160). Sum of RGB (Red+Green+Blue) = 237+128+160=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED80A0 is #127F5F. Grayscale: #A4A4A4. Windows color (decimal): -1212256 or 10518765. OLE color: 10518765.

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

Color convert

RGB237128160-
CMYK00.460.320.07
HSL342.39º75.17%71.57%-
HSV(B)342.39º45.99%92.94%-
XYZ48.9935.9837.62-
YUV164.24125.61179.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=45.14%
G=24.38%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712816000.460.320.07342.3975.1771.57
HexED80A002E2071564b48
Octal355200240056407526113110
Binary111011011000000010100000010111010000011110101011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80A0; }

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

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

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

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

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

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

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

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