Html Css Color HEX #E775BC Persian Pink

📋 copy color: '#E775BC'

red 231 ◦ green 117 ◦ blue 188

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

Shades of Persian Pink #E775BC

Tints of Persian Pink #E775BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.07%

R = 43.1%
G = 21.83%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E775BC (or 0xE775BC) is known color: Persian Pink. HEX triplet: E7, 75 and BC. RGB value is (231,117,188). Sum of RGB (Red+Green+Blue) = 231+117+188=536 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.10% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 188 (73.83% from 255 or 35.07% from 536); Max value from RGB is 231 - color contains mainly: red. Hex color #E775BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775BC is #188A43. Grayscale: #9F9F9F. Windows color (decimal): -1608260 or 12350951. OLE color: 12350951.

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

Color convert

RGB 231 117 188 -
CMYK 0 0.49 0.19 0.09
HSL 322.63º 0.7% 0.68% -
HSV(B) 322.63º 0.49% 0.91% -
XYZ 48.39 33.34 51.46 -
YUV 159.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 231 117 188 0 0.49 0.19 0.09 322.63 0.7 0.68
Hex E7 75 BC 0 31 13 9 143 46 44
Octal 347 165 274 0 61 23 11 503 106 104
Binary 11100111 1110101 10111100 0 110001 10011 1001 101000011 1000110 1000100

Color Harmonies of #E775BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775BC

Black with #E775BC

Text Example


Text Example

White with #E775BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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