#ED8290

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

Shades of Carissma #ED8290

Tints of Carissma #ED8290

Color information

#ED8290 (or 0xED8290) is unknown color: approx Carissma. HEX triplet: ED, 82 and 90. RGB value is (237,130,144). Sum of RGB (Red+Green+Blue) = 237+130+144=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8290 is #127D6F. Grayscale: #A3A3A3. Windows color (decimal): -1211760 or 9470701. OLE color: 9470701.

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

Color convert

RGB237130144-
CMYK00.450.390.07
HSL352.15º74.83%71.96%-
HSV(B)352.15º45.15%92.94%-
XYZ47.9435.9830.8-
YUV163.59116.95180.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=46.38%
G=25.44%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713014400.450.390.07352.1574.8371.96
HexED829002D2771604b48
Octal355202220055477540113110
Binary111011011000001010010000010110110011111110110000010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8290; }

 p { color: rgb(237,130,144); }

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

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

 a { background-color: rgb(237,130,144); }

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

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

 span { border-color: rgb(237,130,144); }

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