#ED7DC4

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

Shades of Persian Pink #ED7DC4

Tints of Persian Pink #ED7DC4

Color information

#ED7DC4 (or 0xED7DC4) is unknown color: approx Persian Pink. HEX triplet: ED, 7D and C4. RGB value is (237,125,196). Sum of RGB (Red+Green+Blue) = 237+125+196=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DC4 is #12823B. Grayscale: #A6A6A6. Windows color (decimal): -1212988 or 12877293. OLE color: 12877293.

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

Color convert

RGB237125196-
CMYK00.470.170.07
HSL321.96º75.68%70.98%-
HSV(B)321.96º47.26%92.94%-
XYZ52.2236.6656.55-
YUV166.58144.61178.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.47%
GREEN value IS 125 (49.22% from 255) = 22.40%
BLUE value IS 196 (76.95% from 255) = 35.13%
R=42.47%
G=22.40%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712519600.470.170.07321.9675.6870.98
HexED7DC402F1171424c47
Octal355175304057217502114107
Binary1110110111111011100010001011111000111110100001010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DC4; }

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

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

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

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

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

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

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

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