Html Css Color HEX #E674AC Persian Pink

📋 copy color: '#E674AC'

red 230 ◦ green 116 ◦ blue 172

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

Shades of Persian Pink #E674AC

Tints of Persian Pink #E674AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.39%

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

R = 44.4%
G = 22.39%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E674AC (or 0xE674AC) is known color: Persian Pink. HEX triplet: E6, 74 and AC. RGB value is (230,116,172). Sum of RGB (Red+Green+Blue) = 230+116+172=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E674AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674AC is #198B53. Grayscale: #9C9C9C. Windows color (decimal): -1674068 or 11302118. OLE color: 11302118.

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

Color convert

RGB 230 116 172 -
CMYK 0 0.50 0.25 0.10
HSL 330.53º 0.7% 0.68% -
HSV(B) 330.53º 0.5% 0.9% -
XYZ 46.32 32.29 42.82 -
YUV 156.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 230 116 172 0 0.50 0.25 0.10 330.53 0.7 0.68
Hex E6 74 AC 0 32 19 A 14B 46 44
Octal 346 164 254 0 62 31 12 513 106 104
Binary 11100110 1110100 10101100 0 110010 11001 1010 101001011 1000110 1000100

Color Harmonies of #E674AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674AC

Black with #E674AC

Text Example


Text Example

White with #E674AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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