Html Css Color HEX #E973AF Persian Pink

📋 copy color: '#E973AF'

red 233 ◦ green 115 ◦ blue 175

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

Shades of Persian Pink #E973AF

Tints of Persian Pink #E973AF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.99%

 BLUE value IS 175 (68.75% from 255) = 33.46%

R = 44.55%
G = 21.99%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E973AF (or 0xE973AF) is known color: Persian Pink. HEX triplet: E9, 73 and AF. RGB value is (233,115,175). Sum of RGB (Red+Green+Blue) = 233+115+175=523 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.55% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 233 - color contains mainly: red. Hex color #E973AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E973AF is #168C50. Grayscale: #9D9D9D. Windows color (decimal): -1477713 or 11498473. OLE color: 11498473.

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

Color convert

RGB 233 115 175 -
CMYK 0 0.51 0.25 0.09
HSL 329.49º 0.73% 0.68% -
HSV(B) 329.49º 0.51% 0.91% -
XYZ 47.47 32.68 44.36 -
YUV 157.12 138.09 182.12 -
System Red Green Blue C M Y K H S L
Decimal 233 115 175 0 0.51 0.25 0.09 329.49 0.73 0.68
Hex E9 73 AF 0 33 19 9 149 49 44
Octal 351 163 257 0 63 31 11 511 111 104
Binary 11101001 1110011 10101111 0 110011 11001 1001 101001001 1001001 1000100

Color Harmonies of #E973AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E973AF

Black with #E973AF

Text Example


Text Example

White with #E973AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E973AF; }

 p { color: rgb(233,115,175); }

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

background-color css

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

 a { background-color: rgb(233,115,175); }

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

border-color css

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

 span { border-color: rgb(233,115,175); }

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