#ED7D88

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

Shades of Carissma #ED7D88

Tints of Carissma #ED7D88

Color information

#ED7D88 (or 0xED7D88) is unknown color: approx Carissma. HEX triplet: ED, 7D and 88. RGB value is (237,125,136). Sum of RGB (Red+Green+Blue) = 237+125+136=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D88 is #128277. Grayscale: #9F9F9F. Windows color (decimal): -1213048 or 8945133. OLE color: 8945133.

HSL color Cylindrical-coordinate representation of color #ED7D88: hue angle of 354.11º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ED7D88 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237125136-
CMYK00.470.430.07
HSL354.11º75.68%70.98%-
HSV(B)354.11º47.26%92.94%-
XYZ46.734.4527.48-
YUV159.74114.61183.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.59%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 136 (53.52% from 255) = 27.31%
R=47.59%
G=25.10%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712513600.470.430.07354.1175.6870.98
HexED7D8802F2B71624c47
Octal355175210057537542114107
Binary11101101111110110001000010111110101111110110001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7D88; }

 p { color: rgb(237,125,136); }

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

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

 a { background-color: rgb(237,125,136); }

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

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

 span { border-color: rgb(237,125,136); }

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