#ED7A8E

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

Shades of Carissma #ED7A8E

Tints of Carissma #ED7A8E

Color information

#ED7A8E (or 0xED7A8E) is unknown color: approx Carissma. HEX triplet: ED, 7A and 8E. RGB value is (237,122,142). Sum of RGB (Red+Green+Blue) = 237+122+142=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A8E is #128571. Grayscale: #9E9E9E. Windows color (decimal): -1213810 or 9337581. OLE color: 9337581.

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

Color convert

RGB237122142-
CMYK00.490.400.07
HSL349.57º76.16%70.39%-
HSV(B)349.57º48.52%92.94%-
XYZ46.7733.8829.67-
YUV158.66118.6183.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 122 (48.05% from 255) = 24.35%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=47.31%
G=24.35%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712214200.490.400.07349.5776.1670.39
HexED7A8E03128715e4c46
Octal355172216061507536114106
Binary11101101111101010001110011000110100011110101111010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A8E; }

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

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

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

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

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

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

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

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