Html Css Color HEX #E972B7 Persian Pink

📋 copy color: '#E972B7'

red 233 ◦ green 114 ◦ blue 183

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

Shades of Persian Pink #E972B7

Tints of Persian Pink #E972B7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.51%

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

R = 43.96%
G = 21.51%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E972B7 (or 0xE972B7) is known color: Persian Pink. HEX triplet: E9, 72 and B7. RGB value is (233,114,183). Sum of RGB (Red+Green+Blue) = 233+114+183=530 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.96% from 530); Green value is 114 (44.92% from 255 or 21.51% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 233 - color contains mainly: red. Hex color #E972B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972B7 is #168D48. Grayscale: #9D9D9D. Windows color (decimal): -1477961 or 12022505. OLE color: 12022505.

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

Color convert

RGB 233 114 183 -
CMYK 0 0.51 0.21 0.09
HSL 325.21º 0.73% 0.68% -
HSV(B) 325.21º 0.51% 0.91% -
XYZ 48.17 32.78 48.59 -
YUV 157.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 233 114 183 0 0.51 0.21 0.09 325.21 0.73 0.68
Hex E9 72 B7 0 33 15 9 145 49 44
Octal 351 162 267 0 63 25 11 505 111 104
Binary 11101001 1110010 10110111 0 110011 10101 1001 101000101 1001001 1000100

Color Harmonies of #E972B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972B7

Black with #E972B7

Text Example


Text Example

White with #E972B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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