#ED7A8D

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

Shades of Carissma #ED7A8D

Tints of Carissma #ED7A8D

Color information

#ED7A8D (or 0xED7A8D) is unknown color: approx Carissma. HEX triplet: ED, 7A and 8D. RGB value is (237,122,141). Sum of RGB (Red+Green+Blue) = 237+122+141=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A8D is #128572. Grayscale: #9E9E9E. Windows color (decimal): -1213811 or 9272045. OLE color: 9272045.

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

Color convert

RGB237122141-
CMYK00.490.410.07
HSL350.09º76.16%70.39%-
HSV(B)350.09º48.52%92.94%-
XYZ46.6933.8529.27-
YUV158.55118.1183.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=47.4%
G=24.4%
B=28.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712214100.490.410.07350.0976.1670.39
HexED7A8D03129715e4c46
Octal355172215061517536114106
Binary11101101111101010001101011000110100111110101111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A8D; }

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

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

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

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

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

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

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

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