Html Css Color HEX #E974AF Persian Pink

📋 copy color: '#E974AF'

red 233 ◦ green 116 ◦ blue 175

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

Shades of Persian Pink #E974AF

Tints of Persian Pink #E974AF

RGB

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

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

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

R = 44.47%
G = 22.14%
B = 33.4%

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

#E974AF (or 0xE974AF) is known color: Persian Pink. HEX triplet: E9, 74 and AF. RGB value is (233,116,175). Sum of RGB (Red+Green+Blue) = 233+116+175=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 116 (45.70% from 255 or 22.14% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E974AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E974AF is #168B50. Grayscale: #9D9D9D. Windows color (decimal): -1477457 or 11498729. OLE color: 11498729.

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

Color convert

RGB 233 116 175 -
CMYK 0 0.50 0.25 0.09
HSL 329.74º 0.73% 0.68% -
HSV(B) 329.74º 0.5% 0.91% -
XYZ 47.59 32.91 44.4 -
YUV 157.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 233 116 175 0 0.50 0.25 0.09 329.74 0.73 0.68
Hex E9 74 AF 0 32 19 9 14A 49 44
Octal 351 164 257 0 62 31 11 512 111 104
Binary 11101001 1110100 10101111 0 110010 11001 1001 101001010 1001001 1000100

Color Harmonies of #E974AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974AF

Black with #E974AF

Text Example


Text Example

White with #E974AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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