Html Css Color HEX #E974B7 Persian Pink

📋 copy color: '#E974B7'

red 233 ◦ green 116 ◦ blue 183

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

Shades of Persian Pink #E974B7

Tints of Persian Pink #E974B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.4%

R = 43.8%
G = 21.8%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E974B7 (or 0xE974B7) is known color: Persian Pink. HEX triplet: E9, 74 and B7. RGB value is (233,116,183). Sum of RGB (Red+Green+Blue) = 233+116+183=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 183 (71.88% from 255 or 34.40% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E974B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E974B7 is #168B48. Grayscale: #9E9E9E. Windows color (decimal): -1477449 or 12023017. OLE color: 12023017.

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

Color convert

RGB 233 116 183 -
CMYK 0 0.50 0.21 0.09
HSL 325.64º 0.73% 0.68% -
HSV(B) 325.64º 0.5% 0.91% -
XYZ 48.4 33.23 48.66 -
YUV 158.62 141.76 181.05 -
System Red Green Blue C M Y K H S L
Decimal 233 116 183 0 0.50 0.21 0.09 325.64 0.73 0.68
Hex E9 74 B7 0 32 15 9 146 49 44
Octal 351 164 267 0 62 25 11 506 111 104
Binary 11101001 1110100 10110111 0 110010 10101 1001 101000110 1001001 1000100

Color Harmonies of #E974B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E974B7

Black with #E974B7

Text Example


Text Example

White with #E974B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E974B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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