Html Css Color HEX #E770BE Persian Pink

📋 copy color: '#E770BE'

red 231 ◦ green 112 ◦ blue 190

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

Shades of Persian Pink #E770BE

Tints of Persian Pink #E770BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.01%

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

R = 43.34%
G = 21.01%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E770BE (or 0xE770BE) is known color: Persian Pink. HEX triplet: E7, 70 and BE. RGB value is (231,112,190). Sum of RGB (Red+Green+Blue) = 231+112+190=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 231 - color contains mainly: red. Hex color #E770BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770BE is #188F41. Grayscale: #9C9C9C. Windows color (decimal): -1609538 or 12480743. OLE color: 12480743.

HSL color Cylindrical-coordinate representation of color #E770BE: hue angle of 320.67º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E770BE is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 112 190 -
CMYK 0 0.52 0.18 0.09
HSL 320.67º 0.71% 0.67% -
HSV(B) 320.67º 0.52% 0.91% -
XYZ 48.04 32.29 52.42 -
YUV 156.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 231 112 190 0 0.52 0.18 0.09 320.67 0.71 0.67
Hex E7 70 BE 0 34 12 9 141 47 43
Octal 347 160 276 0 64 22 11 501 107 103
Binary 11100111 1110000 10111110 0 110100 10010 1001 101000001 1000111 1000011

Color Harmonies of #E770BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770BE

Black with #E770BE

Text Example


Text Example

White with #E770BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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