Html Css Color HEX #E773C2 Persian Pink

📋 copy color: '#E773C2'

red 231 ◦ green 115 ◦ blue 194

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

Shades of Persian Pink #E773C2

Tints of Persian Pink #E773C2

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.3%

 BLUE value IS 194 (76.17% from 255) = 35.93%

R = 42.78%
G = 21.3%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E773C2 (or 0xE773C2) is known color: Persian Pink. HEX triplet: E7, 73 and C2. RGB value is (231,115,194). Sum of RGB (Red+Green+Blue) = 231+115+194=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 115 (45.31% from 255 or 21.30% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E773C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773C2 is #188C3D. Grayscale: #9E9E9E. Windows color (decimal): -1608766 or 12743655. OLE color: 12743655.

HSL color Cylindrical-coordinate representation of color #E773C2: hue angle of 319.14º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773C2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 194 -
CMYK 0 0.50 0.16 0.09
HSL 319.14º 0.71% 0.68% -
HSV(B) 319.14º 0.5% 0.91% -
XYZ 48.82 33.15 54.86 -
YUV 158.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 231 115 194 0 0.50 0.16 0.09 319.14 0.71 0.68
Hex E7 73 C2 0 32 10 9 13F 47 44
Octal 347 163 302 0 62 20 11 477 107 104
Binary 11100111 1110011 11000010 0 110010 10000 1001 100111111 1000111 1000100

Color Harmonies of #E773C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773C2

Black with #E773C2

Text Example


Text Example

White with #E773C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773C2; }

 p { color: rgb(231,115,194); }

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

background-color css

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

 a { background-color: rgb(231,115,194); }

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

border-color css

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

 span { border-color: rgb(231,115,194); }

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