Html Css Color HEX #E972BE Persian Pink

📋 copy color: '#E972BE'

red 233 ◦ green 114 ◦ blue 190

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

Shades of Persian Pink #E972BE

Tints of Persian Pink #E972BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.38%

R = 43.39%
G = 21.23%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E972BE (or 0xE972BE) is known color: Persian Pink. HEX triplet: E9, 72 and BE. RGB value is (233,114,190). Sum of RGB (Red+Green+Blue) = 233+114+190=537 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.39% from 537); Green value is 114 (44.92% from 255 or 21.23% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 233 - color contains mainly: red. Hex color #E972BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972BE is #168D41. Grayscale: #9E9E9E. Windows color (decimal): -1477954 or 12481257. OLE color: 12481257.

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

Color convert

RGB 233 114 190 -
CMYK 0 0.51 0.18 0.09
HSL 321.68º 0.73% 0.68% -
HSV(B) 321.68º 0.51% 0.91% -
XYZ 48.92 33.08 52.52 -
YUV 158.25 145.92 181.32 -
System Red Green Blue C M Y K H S L
Decimal 233 114 190 0 0.51 0.18 0.09 321.68 0.73 0.68
Hex E9 72 BE 0 33 12 9 142 49 44
Octal 351 162 276 0 63 22 11 502 111 104
Binary 11101001 1110010 10111110 0 110011 10010 1001 101000010 1001001 1000100

Color Harmonies of #E972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972BE

Black with #E972BE

Text Example


Text Example

White with #E972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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