Html Css Color HEX #E971B2 Persian Pink

📋 copy color: '#E971B2'

red 233 ◦ green 113 ◦ blue 178

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

Shades of Persian Pink #E971B2

Tints of Persian Pink #E971B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.97%

R = 44.47%
G = 21.56%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E971B2 (or 0xE971B2) is known color: Persian Pink. HEX triplet: E9, 71 and B2. RGB value is (233,113,178). Sum of RGB (Red+Green+Blue) = 233+113+178=524 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.47% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 233 - color contains mainly: red. Hex color #E971B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E971B2 is #168E4D. Grayscale: #9C9C9C. Windows color (decimal): -1478222 or 11694569. OLE color: 11694569.

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

Color convert

RGB 233 113 178 -
CMYK 0 0.52 0.24 0.09
HSL 327.5º 0.73% 0.68% -
HSV(B) 327.5º 0.52% 0.91% -
XYZ 47.55 32.35 45.86 -
YUV 156.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 233 113 178 0 0.52 0.24 0.09 327.5 0.73 0.68
Hex E9 71 B2 0 34 18 9 148 49 44
Octal 351 161 262 0 64 30 11 510 111 104
Binary 11101001 1110001 10110010 0 110100 11000 1001 101001000 1001001 1000100

Color Harmonies of #E971B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971B2

Black with #E971B2

Text Example


Text Example

White with #E971B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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