#ED7890

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

Shades of Carissma #ED7890

Tints of Carissma #ED7890

Color information

#ED7890 (or 0xED7890) is unknown color: approx Carissma. HEX triplet: ED, 78 and 90. RGB value is (237,120,144). Sum of RGB (Red+Green+Blue) = 237+120+144=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7890 is #12876F. Grayscale: #9D9D9D. Windows color (decimal): -1214320 or 9468141. OLE color: 9468141.

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

Color convert

RGB237120144-
CMYK00.490.390.07
HSL347.69º76.47%70%-
HSV(B)347.69º49.37%92.94%-
XYZ46.6833.4530.38-
YUV157.72120.26184.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 120 (47.27% from 255) = 23.95%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=47.31%
G=23.95%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712014400.490.390.07347.6976.4770
HexED789003127715c4c46
Octal355170220061477534114106
Binary11101101111100010010000011000110011111110101110010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7890; }

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

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

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

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

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

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

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

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