Html Css Color HEX #E775B0 Persian Pink

📋 copy color: '#E775B0'

red 231 ◦ green 117 ◦ blue 176

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

Shades of Persian Pink #E775B0

Tints of Persian Pink #E775B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.59%

R = 44.08%
G = 22.33%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E775B0 (or 0xE775B0) is known color: Persian Pink. HEX triplet: E7, 75 and B0. RGB value is (231,117,176). Sum of RGB (Red+Green+Blue) = 231+117+176=524 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.08% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 231 - color contains mainly: red. Hex color #E775B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E775B0 is #188A4F. Grayscale: #9D9D9D. Windows color (decimal): -1608272 or 11564519. OLE color: 11564519.

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

Color convert

RGB 231 117 176 -
CMYK 0 0.49 0.24 0.09
HSL 328.95º 0.7% 0.68% -
HSV(B) 328.95º 0.49% 0.91% -
XYZ 47.15 32.85 44.93 -
YUV 157.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 231 117 176 0 0.49 0.24 0.09 328.95 0.7 0.68
Hex E7 75 B0 0 31 18 9 149 46 44
Octal 347 165 260 0 61 30 11 511 106 104
Binary 11100111 1110101 10110000 0 110001 11000 1001 101001001 1000110 1000100

Color Harmonies of #E775B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775B0

Black with #E775B0

Text Example


Text Example

White with #E775B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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