Html Css Color HEX #E773C4 Persian Pink

📋 copy color: '#E773C4'

red 231 ◦ green 115 ◦ blue 196

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

Shades of Persian Pink #E773C4

Tints of Persian Pink #E773C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 42.62%
G = 21.22%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E773C4 (or 0xE773C4) is known color: Persian Pink. HEX triplet: E7, 73 and C4. RGB value is (231,115,196). Sum of RGB (Red+Green+Blue) = 231+115+196=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E773C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773C4 is #188C3B. Grayscale: #9E9E9E. Windows color (decimal): -1608764 or 12874727. OLE color: 12874727.

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

Color convert

RGB 231 115 196 -
CMYK 0 0.50 0.15 0.09
HSL 318.1º 0.71% 0.68% -
HSV(B) 318.1º 0.5% 0.91% -
XYZ 49.05 33.24 56.05 -
YUV 158.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 231 115 196 0 0.50 0.15 0.09 318.1 0.71 0.68
Hex E7 73 C4 0 32 F 9 13E 47 44
Octal 347 163 304 0 62 17 11 476 107 104
Binary 11100111 1110011 11000100 0 110010 1111 1001 100111110 1000111 1000100

Color Harmonies of #E773C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773C4

Black with #E773C4

Text Example


Text Example

White with #E773C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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