#ED6FBA

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

Shades of Persian Pink #ED6FBA

Tints of Persian Pink #ED6FBA

Color information

#ED6FBA (or 0xED6FBA) is unknown color: approx Persian Pink. HEX triplet: ED, 6F and BA. RGB value is (237,111,186). Sum of RGB (Red+Green+Blue) = 237+111+186=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FBA is #129045. Grayscale: #9D9D9D. Windows color (decimal): -1216582 or 12218349. OLE color: 12218349.

HSL color Cylindrical-coordinate representation of color #ED6FBA: hue angle of 324.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6FBA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB237111186-
CMYK00.530.220.07
HSL324.29º77.78%68.24%-
HSV(B)324.29º53.16%92.94%-
XYZ49.4732.9250.2-
YUV157.22144.24184.9-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 186 (73.05% from 255) = 34.83%
R=44.38%
G=20.79%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711118600.530.220.07324.2977.7868.24
HexED6FBA0351671444e44
Octal355157272065267504116104
Binary1110110111011111011101001101011011011110100010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6FBA; }

 p { color: rgb(237,111,186); }

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

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

 a { background-color: rgb(237,111,186); }

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

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

 span { border-color: rgb(237,111,186); }

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