Html Css Color HEX #E785B4 Persian Pink

📋 copy color: '#E785B4'

red 231 ◦ green 133 ◦ blue 180

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

Shades of Persian Pink #E785B4

Tints of Persian Pink #E785B4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.45%

 BLUE value IS 180 (70.7% from 255) = 33.09%

R = 42.46%
G = 24.45%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E785B4 (or 0xE785B4) is known color: Persian Pink. HEX triplet: E7, 85 and B4. RGB value is (231,133,180). Sum of RGB (Red+Green+Blue) = 231+133+180=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 180 (70.70% from 255 or 33.09% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E785B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E785B4 is #187A4B. Grayscale: #A7A7A7. Windows color (decimal): -1604172 or 11830759. OLE color: 11830759.

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

Color convert

RGB 231 133 180 -
CMYK 0 0.42 0.22 0.09
HSL 331.22º 0.67% 0.71% -
HSV(B) 331.22º 0.42% 0.91% -
XYZ 49.58 37.06 47.72 -
YUV 167.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 231 133 180 0 0.42 0.22 0.09 331.22 0.67 0.71
Hex E7 85 B4 0 2A 16 9 14B 43 47
Octal 347 205 264 0 52 26 11 513 103 107
Binary 11100111 10000101 10110100 0 101010 10110 1001 101001011 1000011 1000111

Color Harmonies of #E785B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E785B4

Black with #E785B4

Text Example


Text Example

White with #E785B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E785B4; }

 p { color: rgb(231,133,180); }

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

background-color css

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

 a { background-color: rgb(231,133,180); }

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

border-color css

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

 span { border-color: rgb(231,133,180); }

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