Html Css Color HEX #E674AF Persian Pink

📋 copy color: '#E674AF'

red 230 ◦ green 116 ◦ blue 175

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

Shades of Persian Pink #E674AF

Tints of Persian Pink #E674AF

RGB

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

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

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

R = 44.15%
G = 22.26%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#E674AF (or 0xE674AF) is known color: Persian Pink. HEX triplet: E6, 74 and AF. RGB value is (230,116,175). Sum of RGB (Red+Green+Blue) = 230+116+175=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E674AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674AF is #198B50. Grayscale: #9C9C9C. Windows color (decimal): -1674065 or 11498726. OLE color: 11498726.

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

Color convert

RGB 230 116 175 -
CMYK 0 0.50 0.24 0.10
HSL 328.95º 0.7% 0.68% -
HSV(B) 328.95º 0.5% 0.9% -
XYZ 46.62 32.41 44.36 -
YUV 156.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 230 116 175 0 0.50 0.24 0.10 328.95 0.7 0.68
Hex E6 74 AF 0 32 18 A 149 46 44
Octal 346 164 257 0 62 30 12 511 106 104
Binary 11100110 1110100 10101111 0 110010 11000 1010 101001001 1000110 1000100

Color Harmonies of #E674AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674AF

Black with #E674AF

Text Example


Text Example

White with #E674AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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