Html Css Color HEX #E770B2 Persian Pink

📋 copy color: '#E770B2'

red 231 ◦ green 112 ◦ blue 178

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

Shades of Persian Pink #E770B2

Tints of Persian Pink #E770B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.17%

R = 44.34%
G = 21.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E770B2 (or 0xE770B2) is known color: Persian Pink. HEX triplet: E7, 70 and B2. RGB value is (231,112,178). Sum of RGB (Red+Green+Blue) = 231+112+178=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 112 (44.14% from 255 or 21.50% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E770B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770B2 is #188F4D. Grayscale: #9A9A9A. Windows color (decimal): -1609550 or 11694311. OLE color: 11694311.

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

Color convert

RGB 231 112 178 -
CMYK 0 0.52 0.23 0.09
HSL 326.72º 0.71% 0.67% -
HSV(B) 326.72º 0.52% 0.91% -
XYZ 46.79 31.79 45.79 -
YUV 155.11 140.92 182.13 -
System Red Green Blue C M Y K H S L
Decimal 231 112 178 0 0.52 0.23 0.09 326.72 0.71 0.67
Hex E7 70 B2 0 34 17 9 147 47 43
Octal 347 160 262 0 64 27 11 507 107 103
Binary 11100111 1110000 10110010 0 110100 10111 1001 101000111 1000111 1000011

Color Harmonies of #E770B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770B2

Black with #E770B2

Text Example


Text Example

White with #E770B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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