Html Css Color HEX #E678AB Persian Pink

📋 copy color: '#E678AB'

red 230 ◦ green 120 ◦ blue 171

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

Shades of Persian Pink #E678AB

Tints of Persian Pink #E678AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 23.03%

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

R = 44.15%
G = 23.03%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E678AB (or 0xE678AB) is known color: Persian Pink. HEX triplet: E6, 78 and AB. RGB value is (230,120,171). Sum of RGB (Red+Green+Blue) = 230+120+171=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E678AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E678AB is #198754. Grayscale: #9E9E9E. Windows color (decimal): -1673045 or 11237606. OLE color: 11237606.

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

Color convert

RGB 230 120 171 -
CMYK 0 0.48 0.26 0.10
HSL 332.18º 0.69% 0.69% -
HSV(B) 332.18º 0.48% 0.9% -
XYZ 46.7 33.2 42.47 -
YUV 158.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 230 120 171 0 0.48 0.26 0.10 332.18 0.69 0.69
Hex E6 78 AB 0 30 1A A 14C 45 45
Octal 346 170 253 0 60 32 12 514 105 105
Binary 11100110 1111000 10101011 0 110000 11010 1010 101001100 1000101 1000101

Color Harmonies of #E678AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678AB

Black with #E678AB

Text Example


Text Example

White with #E678AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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