#ED7CB2

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

Shades of Persian Pink #ED7CB2

Tints of Persian Pink #ED7CB2

Color information

#ED7CB2 (or 0xED7CB2) is unknown color: approx Persian Pink. HEX triplet: ED, 7C and B2. RGB value is (237,124,178). Sum of RGB (Red+Green+Blue) = 237+124+178=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7CB2 is #12834D. Grayscale: #A3A3A3. Windows color (decimal): -1213262 or 11697389. OLE color: 11697389.

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

Color convert

RGB237124178-
CMYK00.480.250.07
HSL331.33º75.84%70.78%-
HSV(B)331.33º47.68%92.94%-
XYZ50.1735.6346.35-
YUV163.94135.94180.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.97%
GREEN value IS 124 (48.83% from 255) = 23.01%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=43.97%
G=23.01%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712417800.480.250.07331.3375.8470.78
HexED7CB203019714b4c47
Octal355174262060317513114107
Binary1110110111111001011001001100001100111110100101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CB2; }

 p { color: rgb(237,124,178); }

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

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

 a { background-color: rgb(237,124,178); }

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

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

 span { border-color: rgb(237,124,178); }

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