#ED7A96

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

Shades of Carissma #ED7A96

Tints of Carissma #ED7A96

Color information

#ED7A96 (or 0xED7A96) is unknown color: approx Carissma. HEX triplet: ED, 7A and 96. RGB value is (237,122,150). Sum of RGB (Red+Green+Blue) = 237+122+150=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A96 is #128569. Grayscale: #9F9F9F. Windows color (decimal): -1213802 or 9861869. OLE color: 9861869.

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

Color convert

RGB237122150-
CMYK00.490.370.07
HSL345.39º76.16%70.39%-
HSV(B)345.39º48.52%92.94%-
XYZ47.3934.1332.94-
YUV159.58122.6183.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=46.56%
G=23.97%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712215000.490.370.07345.3976.1670.39
HexED7A960312571594c46
Octal355172226061457531114106
Binary11101101111101010010110011000110010111110101100110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7A96; }

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

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

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

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

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

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

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

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