Html Css Color HEX #E971BE Persian Pink

📋 copy color: '#E971BE'

red 233 ◦ green 113 ◦ blue 190

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

Shades of Persian Pink #E971BE

Tints of Persian Pink #E971BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.08%

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

R = 43.47%
G = 21.08%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E971BE (or 0xE971BE) is known color: Persian Pink. HEX triplet: E9, 71 and BE. RGB value is (233,113,190). Sum of RGB (Red+Green+Blue) = 233+113+190=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E971BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971BE is #168E41. Grayscale: #9D9D9D. Windows color (decimal): -1478210 or 12481001. OLE color: 12481001.

HSL color Cylindrical-coordinate representation of color #E971BE: hue angle of 321.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E971BE is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 113 190 -
CMYK 0 0.52 0.18 0.09
HSL 321.5º 0.73% 0.68% -
HSV(B) 321.5º 0.52% 0.91% -
XYZ 48.8 32.85 52.48 -
YUV 157.66 146.26 181.74 -
System Red Green Blue C M Y K H S L
Decimal 233 113 190 0 0.52 0.18 0.09 321.5 0.73 0.68
Hex E9 71 BE 0 34 12 9 142 49 44
Octal 351 161 276 0 64 22 11 502 111 104
Binary 11101001 1110001 10111110 0 110100 10010 1001 101000010 1001001 1000100

Color Harmonies of #E971BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971BE

Black with #E971BE

Text Example


Text Example

White with #E971BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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