Html Css Color HEX #E975AD Persian Pink

📋 copy color: '#E975AD'

red 233 ◦ green 117 ◦ blue 173

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

Shades of Persian Pink #E975AD

Tints of Persian Pink #E975AD

RGB

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

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

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

R = 44.55%
G = 22.37%
B = 33.08%

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

#E975AD (or 0xE975AD) is known color: Persian Pink. HEX triplet: E9, 75 and AD. RGB value is (233,117,173). Sum of RGB (Red+Green+Blue) = 233+117+173=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 117 (46.09% from 255 or 22.37% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E975AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E975AD is #168A52. Grayscale: #9D9D9D. Windows color (decimal): -1477203 or 11367913. OLE color: 11367913.

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

Color convert

RGB 233 117 173 -
CMYK 0 0.50 0.26 0.09
HSL 331.03º 0.73% 0.69% -
HSV(B) 331.03º 0.5% 0.91% -
XYZ 47.51 33.06 43.41 -
YUV 158.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 233 117 173 0 0.50 0.26 0.09 331.03 0.73 0.69
Hex E9 75 AD 0 32 1A 9 14B 48 45
Octal 351 165 255 0 62 32 11 513 110 105
Binary 11101001 1110101 10101101 0 110010 11010 1001 101001011 1001000 1000101

Color Harmonies of #E975AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E975AD

Black with #E975AD

Text Example


Text Example

White with #E975AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E975AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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