Html Css Color HEX #E971B9 Persian Pink

📋 copy color: '#E971B9'

red 233 ◦ green 113 ◦ blue 185

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

Shades of Persian Pink #E971B9

Tints of Persian Pink #E971B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 43.88%
G = 21.28%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#E971B9 (or 0xE971B9) is known color: Persian Pink. HEX triplet: E9, 71 and B9. RGB value is (233,113,185). Sum of RGB (Red+Green+Blue) = 233+113+185=531 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.88% from 531); Green value is 113 (44.53% from 255 or 21.28% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 233 - color contains mainly: red. Hex color #E971B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971B9 is #168E46. Grayscale: #9C9C9C. Windows color (decimal): -1478215 or 12153321. OLE color: 12153321.

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

Color convert

RGB 233 113 185 -
CMYK 0 0.52 0.21 0.09
HSL 324º 0.73% 0.68% -
HSV(B) 324º 0.52% 0.91% -
XYZ 48.27 32.64 49.65 -
YUV 157.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 233 113 185 0 0.52 0.21 0.09 324 0.73 0.68
Hex E9 71 B9 0 34 15 9 144 49 44
Octal 351 161 271 0 64 25 11 504 111 104
Binary 11101001 1110001 10111001 0 110100 10101 1001 101000100 1001001 1000100

Color Harmonies of #E971B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971B9

Black with #E971B9

Text Example


Text Example

White with #E971B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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