Html Css Color HEX #E784BD Persian Pink

📋 copy color: '#E784BD'

red 231 ◦ green 132 ◦ blue 189

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

Shades of Persian Pink #E784BD

Tints of Persian Pink #E784BD

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.91%

 BLUE value IS 189 (74.22% from 255) = 34.24%

R = 41.85%
G = 23.91%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E784BD (or 0xE784BD) is known color: Persian Pink. HEX triplet: E7, 84 and BD. RGB value is (231,132,189). Sum of RGB (Red+Green+Blue) = 231+132+189=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E784BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E784BD is #187B42. Grayscale: #A7A7A7. Windows color (decimal): -1604419 or 12420327. OLE color: 12420327.

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

Color convert

RGB 231 132 189 -
CMYK 0 0.43 0.18 0.09
HSL 325.45º 0.67% 0.71% -
HSV(B) 325.45º 0.43% 0.91% -
XYZ 50.39 37.17 52.66 -
YUV 168.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 231 132 189 0 0.43 0.18 0.09 325.45 0.67 0.71
Hex E7 84 BD 0 2B 12 9 145 43 47
Octal 347 204 275 0 53 22 11 505 103 107
Binary 11100111 10000100 10111101 0 101011 10010 1001 101000101 1000011 1000111

Color Harmonies of #E784BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E784BD

Black with #E784BD

Text Example


Text Example

White with #E784BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E784BD; }

 p { color: rgb(231,132,189); }

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

background-color css

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

 a { background-color: rgb(231,132,189); }

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

border-color css

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

 span { border-color: rgb(231,132,189); }

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