Html Css Color HEX #E674AD Persian Pink

📋 copy color: '#E674AD'

red 230 ◦ green 116 ◦ blue 173

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

Shades of Persian Pink #E674AD

Tints of Persian Pink #E674AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 44.32%
G = 22.35%
B = 33.33%

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

#E674AD (or 0xE674AD) is known color: Persian Pink. HEX triplet: E6, 74 and AD. RGB value is (230,116,173). Sum of RGB (Red+Green+Blue) = 230+116+173=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E674AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E674AD is #198B52. Grayscale: #9C9C9C. Windows color (decimal): -1674067 or 11367654. OLE color: 11367654.

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

Color convert

RGB 230 116 173 -
CMYK 0 0.50 0.25 0.10
HSL 330º 0.7% 0.68% -
HSV(B) 330º 0.5% 0.9% -
XYZ 46.42 32.33 43.33 -
YUV 156.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 230 116 173 0 0.50 0.25 0.10 330 0.7 0.68
Hex E6 74 AD 0 32 19 A 14A 46 44
Octal 346 164 255 0 62 31 12 512 106 104
Binary 11100110 1110100 10101101 0 110010 11001 1010 101001010 1000110 1000100

Color Harmonies of #E674AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674AD

Black with #E674AD

Text Example


Text Example

White with #E674AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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