Html Css Color HEX #E971BD Persian Pink

📋 copy color: '#E971BD'

red 233 ◦ green 113 ◦ blue 189

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

Shades of Persian Pink #E971BD

Tints of Persian Pink #E971BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 43.55%
G = 21.12%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E971BD (or 0xE971BD) is known color: Persian Pink. HEX triplet: E9, 71 and BD. RGB value is (233,113,189). Sum of RGB (Red+Green+Blue) = 233+113+189=535 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.55% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 233 - color contains mainly: red. Hex color #E971BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971BD is #168E42. Grayscale: #9D9D9D. Windows color (decimal): -1478211 or 12415465. OLE color: 12415465.

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

Color convert

RGB 233 113 189 -
CMYK 0 0.52 0.19 0.09
HSL 322º 0.73% 0.68% -
HSV(B) 322º 0.52% 0.91% -
XYZ 48.69 32.81 51.91 -
YUV 157.54 145.76 181.82 -
System Red Green Blue C M Y K H S L
Decimal 233 113 189 0 0.52 0.19 0.09 322 0.73 0.68
Hex E9 71 BD 0 34 13 9 142 49 44
Octal 351 161 275 0 64 23 11 502 111 104
Binary 11101001 1110001 10111101 0 110100 10011 1001 101000010 1001001 1000100

Color Harmonies of #E971BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971BD

Black with #E971BD

Text Example


Text Example

White with #E971BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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