#E67DBA

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

Shades of Persian Pink #E67DBA

Tints of Persian Pink #E67DBA

Color information

#E67DBA (or 0xE67DBA) is unknown color: approx Persian Pink. HEX triplet: E6, 7D and BA. RGB value is (230,125,186). Sum of RGB (Red+Green+Blue) = 230+125+186=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E67DBA is #198245. Grayscale: #A3A3A3. Windows color (decimal): -1671750 or 12221926. OLE color: 12221926.

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

Color convert

RGB230125186-
CMYK00.460.190.10
HSL325.14º67.74%69.61%-
HSV(B)325.14º45.65%90.2%-
XYZ48.8335.0450.64-
YUV163.35140.79175.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.51%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=42.51%
G=23.11%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012518600.460.190.10325.1467.7469.61
HexE67DBA02E13A1454446
Octal3461752720562312505104106
Binary11100110111110110111010010111010011101010100010110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67DBA; }

 p { color: rgb(230,125,186); }

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

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

 a { background-color: rgb(230,125,186); }

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

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

 span { border-color: rgb(230,125,186); }

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