#ED7A9D

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

Shades of Carissma #ED7A9D

Tints of Carissma #ED7A9D

Color information

#ED7A9D (or 0xED7A9D) is unknown color: approx Carissma. HEX triplet: ED, 7A and 9D. RGB value is (237,122,157). Sum of RGB (Red+Green+Blue) = 237+122+157=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 157 (61.72% from 255 or 30.43% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A9D is #128562. Grayscale: #A0A0A0. Windows color (decimal): -1213795 or 10320621. OLE color: 10320621.

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

Color convert

RGB237122157-
CMYK00.490.340.07
HSL341.74º76.16%70.39%-
HSV(B)341.74º48.52%92.94%-
XYZ47.9734.3636-
YUV160.37126.1182.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 122 (48.05% from 255) = 23.64%
BLUE value IS 157 (61.72% from 255) = 30.43%
R=45.93%
G=23.64%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712215700.490.340.07341.7476.1670.39
HexED7A9D0312271564c46
Octal355172235061427526114106
Binary11101101111101010011101011000110001011110101011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A9D; }

 p { color: rgb(237,122,157); }

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

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

 a { background-color: rgb(237,122,157); }

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

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

 span { border-color: rgb(237,122,157); }

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