Html Css Color HEX #E972B6 Persian Pink

📋 copy color: '#E972B6'

red 233 ◦ green 114 ◦ blue 182

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

Shades of Persian Pink #E972B6

Tints of Persian Pink #E972B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.4%

R = 44.05%
G = 21.55%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E972B6 (or 0xE972B6) is known color: Persian Pink. HEX triplet: E9, 72 and B6. RGB value is (233,114,182). Sum of RGB (Red+Green+Blue) = 233+114+182=529 (70% of max value = 765). Red value is 233 (91.41% from 255 or 44.05% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 233 - color contains mainly: red. Hex color #E972B6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972B6 is #168D49. Grayscale: #9D9D9D. Windows color (decimal): -1477962 or 11956969. OLE color: 11956969.

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

Color convert

RGB 233 114 182 -
CMYK 0 0.51 0.22 0.09
HSL 325.71º 0.73% 0.68% -
HSV(B) 325.71º 0.51% 0.91% -
XYZ 48.07 32.74 48.04 -
YUV 157.33 141.92 181.97 -
System Red Green Blue C M Y K H S L
Decimal 233 114 182 0 0.51 0.22 0.09 325.71 0.73 0.68
Hex E9 72 B6 0 33 16 9 146 49 44
Octal 351 162 266 0 63 26 11 506 111 104
Binary 11101001 1110010 10110110 0 110011 10110 1001 101000110 1001001 1000100

Color Harmonies of #E972B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972B6

Black with #E972B6

Text Example


Text Example

White with #E972B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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