Html Css Color HEX #E775C2 Persian Pink

📋 copy color: '#E775C2'

red 231 ◦ green 117 ◦ blue 194

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

Shades of Persian Pink #E775C2

Tints of Persian Pink #E775C2

RGB

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

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

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

R = 42.62%
G = 21.59%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E775C2 (or 0xE775C2) is known color: Persian Pink. HEX triplet: E7, 75 and C2. RGB value is (231,117,194). Sum of RGB (Red+Green+Blue) = 231+117+194=542 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.62% from 542); Green value is 117 (46.09% from 255 or 21.59% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 231 - color contains mainly: red. Hex color #E775C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775C2 is #188A3D. Grayscale: #9F9F9F. Windows color (decimal): -1608254 or 12744167. OLE color: 12744167.

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

Color convert

RGB 231 117 194 -
CMYK 0 0.49 0.16 0.09
HSL 319.47º 0.7% 0.68% -
HSV(B) 319.47º 0.49% 0.91% -
XYZ 49.05 33.61 54.94 -
YUV 159.86 147.27 178.74 -
System Red Green Blue C M Y K H S L
Decimal 231 117 194 0 0.49 0.16 0.09 319.47 0.7 0.68
Hex E7 75 C2 0 31 10 9 13F 46 44
Octal 347 165 302 0 61 20 11 477 106 104
Binary 11100111 1110101 11000010 0 110001 10000 1001 100111111 1000110 1000100

Color Harmonies of #E775C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775C2

Black with #E775C2

Text Example


Text Example

White with #E775C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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