Html Css Color HEX #E972B9 Persian Pink

📋 copy color: '#E972B9'

red 233 ◦ green 114 ◦ blue 185

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

Shades of Persian Pink #E972B9

Tints of Persian Pink #E972B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.77%

R = 43.8%
G = 21.43%
B = 34.77%

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

#E972B9 (or 0xE972B9) is known color: Persian Pink. HEX triplet: E9, 72 and B9. RGB value is (233,114,185). Sum of RGB (Red+Green+Blue) = 233+114+185=532 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.80% from 532); Green value is 114 (44.92% from 255 or 21.43% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 233 - color contains mainly: red. Hex color #E972B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972B9 is #168D46. Grayscale: #9D9D9D. Windows color (decimal): -1477959 or 12153577. OLE color: 12153577.

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

Color convert

RGB 233 114 185 -
CMYK 0 0.51 0.21 0.09
HSL 324.2º 0.73% 0.68% -
HSV(B) 324.2º 0.51% 0.91% -
XYZ 48.38 32.86 49.69 -
YUV 157.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 233 114 185 0 0.51 0.21 0.09 324.2 0.73 0.68
Hex E9 72 B9 0 33 15 9 144 49 44
Octal 351 162 271 0 63 25 11 504 111 104
Binary 11101001 1110010 10111001 0 110011 10101 1001 101000100 1001001 1000100

Color Harmonies of #E972B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972B9

Black with #E972B9

Text Example


Text Example

White with #E972B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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