Html Css Color HEX #E782B4 Persian Pink

📋 copy color: '#E782B4'

red 231 ◦ green 130 ◦ blue 180

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

Shades of Persian Pink #E782B4

Tints of Persian Pink #E782B4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

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

R = 42.7%
G = 24.03%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E782B4 (or 0xE782B4) is known color: Persian Pink. HEX triplet: E7, 82 and B4. RGB value is (231,130,180). Sum of RGB (Red+Green+Blue) = 231+130+180=541 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.70% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 231 - color contains mainly: red. Hex color #E782B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E782B4 is #187D4B. Grayscale: #A5A5A5. Windows color (decimal): -1604940 or 11829991. OLE color: 11829991.

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

Color convert

RGB 231 130 180 -
CMYK 0 0.44 0.22 0.09
HSL 330.3º 0.68% 0.71% -
HSV(B) 330.3º 0.44% 0.91% -
XYZ 49.18 36.25 47.59 -
YUV 165.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 231 130 180 0 0.44 0.22 0.09 330.3 0.68 0.71
Hex E7 82 B4 0 2C 16 9 14A 44 47
Octal 347 202 264 0 54 26 11 512 104 107
Binary 11100111 10000010 10110100 0 101100 10110 1001 101001010 1000100 1000111

Color Harmonies of #E782B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E782B4

Black with #E782B4

Text Example


Text Example

White with #E782B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E782B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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