Html Css Color HEX #E67AAB Persian Pink

📋 copy color: '#E67AAB'

red 230 ◦ green 122 ◦ blue 171

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

Shades of Persian Pink #E67AAB

Tints of Persian Pink #E67AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 32.7%

R = 43.98%
G = 23.33%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E67AAB (or 0xE67AAB) is known color: Persian Pink. HEX triplet: E6, 7A and AB. RGB value is (230,122,171). Sum of RGB (Red+Green+Blue) = 230+122+171=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E67AAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67AAB is #198554. Grayscale: #9F9F9F. Windows color (decimal): -1672533 or 11238118. OLE color: 11238118.

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

Color convert

RGB 230 122 171 -
CMYK 0 0.47 0.26 0.10
HSL 332.78º 0.68% 0.69% -
HSV(B) 332.78º 0.47% 0.9% -
XYZ 46.94 33.68 42.56 -
YUV 159.88 134.28 178.02 -
System Red Green Blue C M Y K H S L
Decimal 230 122 171 0 0.47 0.26 0.10 332.78 0.68 0.69
Hex E6 7A AB 0 2F 1A A 14D 44 45
Octal 346 172 253 0 57 32 12 515 104 105
Binary 11100110 1111010 10101011 0 101111 11010 1010 101001101 1000100 1000101

Color Harmonies of #E67AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67AAB

Black with #E67AAB

Text Example


Text Example

White with #E67AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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