Html Css Color HEX #E67AAC Persian Pink

📋 copy color: '#E67AAC'

red 230 ◦ green 122 ◦ blue 172

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

Shades of Persian Pink #E67AAC

Tints of Persian Pink #E67AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.82%

R = 43.89%
G = 23.28%
B = 32.82%

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

#E67AAC (or 0xE67AAC) is known color: Persian Pink. HEX triplet: E6, 7A and AC. RGB value is (230,122,172). Sum of RGB (Red+Green+Blue) = 230+122+172=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67AAC is #198553. Grayscale: #9F9F9F. Windows color (decimal): -1672532 or 11303654. OLE color: 11303654.

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

Color convert

RGB 230 122 172 -
CMYK 0 0.47 0.25 0.10
HSL 332.22º 0.68% 0.69% -
HSV(B) 332.22º 0.47% 0.9% -
XYZ 47.04 33.72 43.06 -
YUV 159.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 230 122 172 0 0.47 0.25 0.10 332.22 0.68 0.69
Hex E6 7A AC 0 2F 19 A 14C 44 45
Octal 346 172 254 0 57 31 12 514 104 105
Binary 11100110 1111010 10101100 0 101111 11001 1010 101001100 1000100 1000101

Color Harmonies of #E67AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67AAC

Black with #E67AAC

Text Example


Text Example

White with #E67AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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