Html Css Color HEX #E674AB Persian Pink

📋 copy color: '#E674AB'

red 230 ◦ green 116 ◦ blue 171

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

Shades of Persian Pink #E674AB

Tints of Persian Pink #E674AB

RGB

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

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

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

R = 44.49%
G = 22.44%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E674AB (or 0xE674AB) is known color: Persian Pink. HEX triplet: E6, 74 and AB. RGB value is (230,116,171). Sum of RGB (Red+Green+Blue) = 230+116+171=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E674AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674AB is #198B54. Grayscale: #9C9C9C. Windows color (decimal): -1674069 or 11236582. OLE color: 11236582.

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

Color convert

RGB 230 116 171 -
CMYK 0 0.50 0.26 0.10
HSL 331.05º 0.7% 0.68% -
HSV(B) 331.05º 0.5% 0.9% -
XYZ 46.23 32.25 42.32 -
YUV 156.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 230 116 171 0 0.50 0.26 0.10 331.05 0.7 0.68
Hex E6 74 AB 0 32 1A A 14B 46 44
Octal 346 164 253 0 62 32 12 513 106 104
Binary 11100110 1110100 10101011 0 110010 11010 1010 101001011 1000110 1000100

Color Harmonies of #E674AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674AB

Black with #E674AB

Text Example


Text Example

White with #E674AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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