Html Css Color HEX #E770BB Persian Pink

📋 copy color: '#E770BB'

red 231 ◦ green 112 ◦ blue 187

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

Shades of Persian Pink #E770BB

Tints of Persian Pink #E770BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.28%

R = 43.58%
G = 21.13%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E770BB (or 0xE770BB) is known color: Persian Pink. HEX triplet: E7, 70 and BB. RGB value is (231,112,187). Sum of RGB (Red+Green+Blue) = 231+112+187=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E770BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770BB is #188F44. Grayscale: #9B9B9B. Windows color (decimal): -1609541 or 12284135. OLE color: 12284135.

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

Color convert

RGB 231 112 187 -
CMYK 0 0.52 0.19 0.09
HSL 322.18º 0.71% 0.67% -
HSV(B) 322.18º 0.52% 0.91% -
XYZ 47.72 32.17 50.71 -
YUV 156.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 231 112 187 0 0.52 0.19 0.09 322.18 0.71 0.67
Hex E7 70 BB 0 34 13 9 142 47 43
Octal 347 160 273 0 64 23 11 502 107 103
Binary 11100111 1110000 10111011 0 110100 10011 1001 101000010 1000111 1000011

Color Harmonies of #E770BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770BB

Black with #E770BB

Text Example


Text Example

White with #E770BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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