Html Css Color HEX #E678AF Persian Pink

📋 copy color: '#E678AF'

red 230 ◦ green 120 ◦ blue 175

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

Shades of Persian Pink #E678AF

Tints of Persian Pink #E678AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.33%

R = 43.81%
G = 22.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E678AF (or 0xE678AF) is known color: Persian Pink. HEX triplet: E6, 78 and AF. RGB value is (230,120,175). Sum of RGB (Red+Green+Blue) = 230+120+175=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E678AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E678AF is #198750. Grayscale: #9F9F9F. Windows color (decimal): -1673041 or 11499750. OLE color: 11499750.

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

Color convert

RGB 230 120 175 -
CMYK 0 0.48 0.24 0.10
HSL 330º 0.69% 0.69% -
HSV(B) 330º 0.48% 0.9% -
XYZ 47.09 33.35 44.51 -
YUV 159.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 230 120 175 0 0.48 0.24 0.10 330 0.69 0.69
Hex E6 78 AF 0 30 18 A 14A 45 45
Octal 346 170 257 0 60 30 12 512 105 105
Binary 11100110 1111000 10101111 0 110000 11000 1010 101001010 1000101 1000101

Color Harmonies of #E678AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E678AF

Black with #E678AF

Text Example


Text Example

White with #E678AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E678AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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