Html Css Color HEX #E772C1 Persian Pink

📋 copy color: '#E772C1'

red 231 ◦ green 114 ◦ blue 193

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

Shades of Persian Pink #E772C1

Tints of Persian Pink #E772C1

RGB

 RED value IS 231 (90.63% from 255) = 42.94%

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

 BLUE value IS 193 (75.78% from 255) = 35.87%

R = 42.94%
G = 21.19%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E772C1 (or 0xE772C1) is known color: Persian Pink. HEX triplet: E7, 72 and C1. RGB value is (231,114,193). Sum of RGB (Red+Green+Blue) = 231+114+193=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E772C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772C1 is #188D3E. Grayscale: #9D9D9D. Windows color (decimal): -1609023 or 12677863. OLE color: 12677863.

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

Color convert

RGB 231 114 193 -
CMYK 0 0.51 0.16 0.09
HSL 319.49º 0.71% 0.68% -
HSV(B) 319.49º 0.51% 0.91% -
XYZ 48.6 32.87 54.24 -
YUV 157.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 231 114 193 0 0.51 0.16 0.09 319.49 0.71 0.68
Hex E7 72 C1 0 33 10 9 13F 47 44
Octal 347 162 301 0 63 20 11 477 107 104
Binary 11100111 1110010 11000001 0 110011 10000 1001 100111111 1000111 1000100

Color Harmonies of #E772C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772C1

Black with #E772C1

Text Example


Text Example

White with #E772C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772C1; }

 p { color: rgb(231,114,193); }

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

background-color css

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

 a { background-color: rgb(231,114,193); }

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

border-color css

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

 span { border-color: rgb(231,114,193); }

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