Html Css Color HEX #E67AAD Persian Pink

📋 copy color: '#E67AAD'

red 230 ◦ green 122 ◦ blue 173

#E67AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #E67AAD

Tints of Persian Pink #E67AAD

RGB

 RED value IS 230 (90.23% from 255) = 43.81%

 GREEN value IS 122 (48.05% from 255) = 23.24%

 BLUE value IS 173 (67.97% from 255) = 32.95%

R = 43.81%
G = 23.24%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E67AAD (or 0xE67AAD) is known color: Persian Pink. HEX triplet: E6, 7A and AD. RGB value is (230,122,173). Sum of RGB (Red+Green+Blue) = 230+122+173=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AAD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67AAD is #198552. Grayscale: #A0A0A0. Windows color (decimal): -1672531 or 11369190. OLE color: 11369190.

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

Color convert

RGB 230 122 173 -
CMYK 0 0.47 0.25 0.10
HSL 331.67º 0.68% 0.69% -
HSV(B) 331.67º 0.47% 0.9% -
XYZ 47.14 33.76 43.57 -
YUV 160.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 230 122 173 0 0.47 0.25 0.10 331.67 0.68 0.69
Hex E6 7A AD 0 2F 19 A 14C 44 45
Octal 346 172 255 0 57 31 12 514 104 105
Binary 11100110 1111010 10101101 0 101111 11001 1010 101001100 1000100 1000101

Color Harmonies of #E67AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67AAD

Black with #E67AAD

Text Example


Text Example

White with #E67AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67AAD; }

 p { color: rgb(230,122,173); }

 H1.HeaderClassName
 {
   color: #E67AAD;
 }
 .AnyTagClassName
 {
   color: #E67AAD;
 }
</style>

background-color css

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

 a { background-color: rgb(230,122,173); }

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

border-color css

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

 span { border-color: rgb(230,122,173); }

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