Html Css Color HEX #E975AC Persian Pink

📋 copy color: '#E975AC'

red 233 ◦ green 117 ◦ blue 172

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

Shades of Persian Pink #E975AC

Tints of Persian Pink #E975AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.41%

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

R = 44.64%
G = 22.41%
B = 32.95%

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

#E975AC (or 0xE975AC) is known color: Persian Pink. HEX triplet: E9, 75 and AC. RGB value is (233,117,172). Sum of RGB (Red+Green+Blue) = 233+117+172=522 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.64% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 233 - color contains mainly: red. Hex color #E975AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975AC is #168A53. Grayscale: #9D9D9D. Windows color (decimal): -1477204 or 11302377. OLE color: 11302377.

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

Color convert

RGB 233 117 172 -
CMYK 0 0.50 0.26 0.09
HSL 331.55º 0.73% 0.69% -
HSV(B) 331.55º 0.5% 0.91% -
XYZ 47.41 33.02 42.91 -
YUV 157.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 233 117 172 0 0.50 0.26 0.09 331.55 0.73 0.69
Hex E9 75 AC 0 32 1A 9 14C 48 45
Octal 351 165 254 0 62 32 11 514 110 105
Binary 11101001 1110101 10101100 0 110010 11010 1001 101001100 1001000 1000101

Color Harmonies of #E975AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975AC

Black with #E975AC

Text Example


Text Example

White with #E975AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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