#ED7D9D

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

Shades of Carissma #ED7D9D

Tints of Carissma #ED7D9D

Color information

#ED7D9D (or 0xED7D9D) is unknown color: approx Carissma. HEX triplet: ED, 7D and 9D. RGB value is (237,125,157). Sum of RGB (Red+Green+Blue) = 237+125+157=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 125 (49.22% from 255 or 24.08% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D9D is #128262. Grayscale: #A2A2A2. Windows color (decimal): -1213027 or 10321389. OLE color: 10321389.

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

Color convert

RGB237125157-
CMYK00.470.340.07
HSL342.86º75.68%70.98%-
HSV(B)342.86º47.26%92.94%-
XYZ48.3435.1136.13-
YUV162.14125.11181.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 125 (49.22% from 255) = 24.08%
BLUE value IS 157 (61.72% from 255) = 30.25%
R=45.66%
G=24.08%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712515700.470.340.07342.8675.6870.98
HexED7D9D02F2271574c47
Octal355175235057427527114107
Binary11101101111110110011101010111110001011110101011110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7D9D; }

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

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

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

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

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

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

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

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