Html Css Color HEX #E974AC Persian Pink

📋 copy color: '#E974AC'

red 233 ◦ green 116 ◦ blue 172

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

Shades of Persian Pink #E974AC

Tints of Persian Pink #E974AC

RGB

 RED value IS 233 (91.41% from 255) = 44.72%

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

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

R = 44.72%
G = 22.26%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E974AC (or 0xE974AC) is known color: Persian Pink. HEX triplet: E9, 74 and AC. RGB value is (233,116,172). Sum of RGB (Red+Green+Blue) = 233+116+172=521 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.72% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 233 - color contains mainly: red. Hex color #E974AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974AC is #168B53. Grayscale: #9D9D9D. Windows color (decimal): -1477460 or 11302121. OLE color: 11302121.

HSL color Cylindrical-coordinate representation of color #E974AC: hue angle of 331.28º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E974AC is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 116 172 -
CMYK 0 0.50 0.26 0.09
HSL 331.28º 0.73% 0.68% -
HSV(B) 331.28º 0.5% 0.91% -
XYZ 47.3 32.79 42.87 -
YUV 157.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 233 116 172 0 0.50 0.26 0.09 331.28 0.73 0.68
Hex E9 74 AC 0 32 1A 9 14B 49 44
Octal 351 164 254 0 62 32 11 513 111 104
Binary 11101001 1110100 10101100 0 110010 11010 1001 101001011 1001001 1000100

Color Harmonies of #E974AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974AC

Black with #E974AC

Text Example


Text Example

White with #E974AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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