#ED7A8C

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

Shades of Carissma #ED7A8C

Tints of Carissma #ED7A8C

Color information

#ED7A8C (or 0xED7A8C) is unknown color: approx Carissma. HEX triplet: ED, 7A and 8C. RGB value is (237,122,140). Sum of RGB (Red+Green+Blue) = 237+122+140=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A8C is #128573. Grayscale: #9E9E9E. Windows color (decimal): -1213812 or 9206509. OLE color: 9206509.

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

Color convert

RGB237122140-
CMYK00.490.410.07
HSL350.61º76.16%70.39%-
HSV(B)350.61º48.52%92.94%-
XYZ46.6233.8228.88-
YUV158.44117.6184.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 122 (48.05% from 255) = 24.45%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=47.49%
G=24.45%
B=28.06%

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
Decimal23712214000.490.410.07350.6176.1670.39
HexED7A8C03129715f4c46
Octal355172214061517537114106
Binary11101101111101010001100011000110100111110101111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A8C; }

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

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

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

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

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

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

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

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