Html Css Color HEX #E975AE Persian Pink

📋 copy color: '#E975AE'

red 233 ◦ green 117 ◦ blue 174

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

Shades of Persian Pink #E975AE

Tints of Persian Pink #E975AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.21%

R = 44.47%
G = 22.33%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E975AE (or 0xE975AE) is known color: Persian Pink. HEX triplet: E9, 75 and AE. RGB value is (233,117,174). Sum of RGB (Red+Green+Blue) = 233+117+174=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E975AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975AE is #168A51. Grayscale: #9E9E9E. Windows color (decimal): -1477202 or 11433449. OLE color: 11433449.

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

Color convert

RGB 233 117 174 -
CMYK 0 0.50 0.25 0.09
HSL 330.52º 0.73% 0.69% -
HSV(B) 330.52º 0.5% 0.91% -
XYZ 47.61 33.1 43.92 -
YUV 158.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 233 117 174 0 0.50 0.25 0.09 330.52 0.73 0.69
Hex E9 75 AE 0 32 19 9 14B 48 45
Octal 351 165 256 0 62 31 11 513 110 105
Binary 11101001 1110101 10101110 0 110010 11001 1001 101001011 1001000 1000101

Color Harmonies of #E975AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975AE

Black with #E975AE

Text Example


Text Example

White with #E975AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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