#E671BD

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

Shades of Persian Pink #E671BD

Tints of Persian Pink #E671BD

Color information

#E671BD (or 0xE671BD) is unknown color: approx Persian Pink. HEX triplet: E6, 71 and BD. RGB value is (230,113,189). Sum of RGB (Red+Green+Blue) = 230+113+189=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E671BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671BD is #198E42. Grayscale: #9C9C9C. Windows color (decimal): -1674819 or 12415462. OLE color: 12415462.

HSL color Cylindrical-coordinate representation of color #E671BD: hue angle of 321.03º 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 #E671BD is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB230113189-
CMYK00.510.180.10
HSL321.03º70.06%67.25%-
HSV(B)321.03º50.87%90.2%-
XYZ47.7232.3151.86-
YUV156.65146.26180.32-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.23%
GREEN value IS 113 (44.53% from 255) = 21.24%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=43.23%
G=21.24%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011318900.510.180.10321.0370.0667.25
HexE671BD03312A1414643
Octal3461612750632212501106103
Binary11100110111000110111101011001110010101010100000110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671BD; }

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

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

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

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

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

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

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

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