Html Css Color HEX #E775BE Persian Pink

📋 copy color: '#E775BE'

red 231 ◦ green 117 ◦ blue 190

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

Shades of Persian Pink #E775BE

Tints of Persian Pink #E775BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.32%

R = 42.94%
G = 21.75%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E775BE (or 0xE775BE) is known color: Persian Pink. HEX triplet: E7, 75 and BE. RGB value is (231,117,190). Sum of RGB (Red+Green+Blue) = 231+117+190=538 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.94% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 231 - color contains mainly: red. Hex color #E775BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775BE is #188A41. Grayscale: #9F9F9F. Windows color (decimal): -1608258 or 12482023. OLE color: 12482023.

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

Color convert

RGB 231 117 190 -
CMYK 0 0.49 0.18 0.09
HSL 321.58º 0.7% 0.68% -
HSV(B) 321.58º 0.49% 0.91% -
XYZ 48.61 33.43 52.61 -
YUV 159.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 231 117 190 0 0.49 0.18 0.09 321.58 0.7 0.68
Hex E7 75 BE 0 31 12 9 142 46 44
Octal 347 165 276 0 61 22 11 502 106 104
Binary 11100111 1110101 10111110 0 110001 10010 1001 101000010 1000110 1000100

Color Harmonies of #E775BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775BE

Black with #E775BE

Text Example


Text Example

White with #E775BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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