Html Css Color HEX #E775C0 Persian Pink

📋 copy color: '#E775C0'

red 231 ◦ green 117 ◦ blue 192

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

Shades of Persian Pink #E775C0

Tints of Persian Pink #E775C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.67%

 BLUE value IS 192 (75.39% from 255) = 35.56%

R = 42.78%
G = 21.67%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E775C0 (or 0xE775C0) is known color: Persian Pink. HEX triplet: E7, 75 and C0. RGB value is (231,117,192). Sum of RGB (Red+Green+Blue) = 231+117+192=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 117 (46.09% from 255 or 21.67% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E775C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775C0 is #188A3F. Grayscale: #9F9F9F. Windows color (decimal): -1608256 or 12613095. OLE color: 12613095.

HSL color Cylindrical-coordinate representation of color #E775C0: hue angle of 320.53º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E775C0 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 117 192 -
CMYK 0 0.49 0.17 0.09
HSL 320.53º 0.7% 0.68% -
HSV(B) 320.53º 0.49% 0.91% -
XYZ 48.83 33.52 53.77 -
YUV 159.64 146.27 178.9 -
System Red Green Blue C M Y K H S L
Decimal 231 117 192 0 0.49 0.17 0.09 320.53 0.7 0.68
Hex E7 75 C0 0 31 11 9 141 46 44
Octal 347 165 300 0 61 21 11 501 106 104
Binary 11100111 1110101 11000000 0 110001 10001 1001 101000001 1000110 1000100

Color Harmonies of #E775C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775C0

Black with #E775C0

Text Example


Text Example

White with #E775C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775C0; }

 p { color: rgb(231,117,192); }

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

background-color css

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

 a { background-color: rgb(231,117,192); }

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

border-color css

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

 span { border-color: rgb(231,117,192); }

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