Html Css Color HEX #E972B1 Persian Pink

📋 copy color: '#E972B1'

red 233 ◦ green 114 ◦ blue 177

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

Shades of Persian Pink #E972B1

Tints of Persian Pink #E972B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.78%

R = 44.47%
G = 21.76%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E972B1 (or 0xE972B1) is known color: Persian Pink. HEX triplet: E9, 72 and B1. RGB value is (233,114,177). Sum of RGB (Red+Green+Blue) = 233+114+177=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 177 (69.53% from 255 or 33.78% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E972B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E972B1 is #168D4E. Grayscale: #9C9C9C. Windows color (decimal): -1477967 or 11629289. OLE color: 11629289.

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

Color convert

RGB 233 114 177 -
CMYK 0 0.51 0.24 0.09
HSL 328.24º 0.73% 0.68% -
HSV(B) 328.24º 0.51% 0.91% -
XYZ 47.56 32.53 45.37 -
YUV 156.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 233 114 177 0 0.51 0.24 0.09 328.24 0.73 0.68
Hex E9 72 B1 0 33 18 9 148 49 44
Octal 351 162 261 0 63 30 11 510 111 104
Binary 11101001 1110010 10110001 0 110011 11000 1001 101001000 1001001 1000100

Color Harmonies of #E972B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972B1

Black with #E972B1

Text Example


Text Example

White with #E972B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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