#E671BE

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

Shades of Persian Pink #E671BE

Tints of Persian Pink #E671BE

Color information

#E671BE (or 0xE671BE) is unknown color: approx Persian Pink. HEX triplet: E6, 71 and BE. RGB value is (230,113,190). Sum of RGB (Red+Green+Blue) = 230+113+190=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E671BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671BE is #198E41. Grayscale: #9C9C9C. Windows color (decimal): -1674818 or 12480998. OLE color: 12480998.

HSL color Cylindrical-coordinate representation of color #E671BE: hue angle of 320.51º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671BE is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB230113190-
CMYK00.510.170.10
HSL320.51º70.06%67.25%-
HSV(B)320.51º50.87%90.2%-
XYZ47.8332.3552.44-
YUV156.76146.76180.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.15%
GREEN value IS 113 (44.53% from 255) = 21.20%
BLUE value IS 190 (74.61% from 255) = 35.65%
R=43.15%
G=21.20%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.17
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011319000.510.170.10320.5170.0667.25
HexE671BE03311A1414643
Octal3461612760632112501106103
Binary11100110111000110111110011001110001101010100000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671BE; }

 p { color: rgb(230,113,190); }

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

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

 a { background-color: rgb(230,113,190); }

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

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

 span { border-color: rgb(230,113,190); }

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