Html Css Color HEX #E781B4 Persian Pink

📋 copy color: '#E781B4'

red 231 ◦ green 129 ◦ blue 180

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

Shades of Persian Pink #E781B4

Tints of Persian Pink #E781B4

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.89%

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

R = 42.78%
G = 23.89%
B = 33.33%

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

#E781B4 (or 0xE781B4) is known color: Persian Pink. HEX triplet: E7, 81 and B4. RGB value is (231,129,180). Sum of RGB (Red+Green+Blue) = 231+129+180=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 180 (70.70% from 255 or 33.33% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E781B4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E781B4 is #187E4B. Grayscale: #A5A5A5. Windows color (decimal): -1605196 or 11829735. OLE color: 11829735.

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

Color convert

RGB 231 129 180 -
CMYK 0 0.44 0.22 0.09
HSL 330º 0.68% 0.71% -
HSV(B) 330º 0.44% 0.91% -
XYZ 49.04 35.98 47.54 -
YUV 165.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 231 129 180 0 0.44 0.22 0.09 330 0.68 0.71
Hex E7 81 B4 0 2C 16 9 14A 44 47
Octal 347 201 264 0 54 26 11 512 104 107
Binary 11100111 10000001 10110100 0 101100 10110 1001 101001010 1000100 1000111

Color Harmonies of #E781B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E781B4

Black with #E781B4

Text Example


Text Example

White with #E781B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E781B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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