Html Css Color HEX #E77CBD Persian Pink

📋 copy color: '#E77CBD'

red 231 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #E77CBD

Tints of Persian Pink #E77CBD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.79%

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

R = 42.46%
G = 22.79%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E77CBD (or 0xE77CBD) is known color: Persian Pink. HEX triplet: E7, 7C and BD. RGB value is (231,124,189). Sum of RGB (Red+Green+Blue) = 231+124+189=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CBD is #188342. Grayscale: #A3A3A3. Windows color (decimal): -1606467 or 12418279. OLE color: 12418279.

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

Color convert

RGB 231 124 189 -
CMYK 0 0.46 0.18 0.09
HSL 323.55º 0.69% 0.7% -
HSV(B) 323.55º 0.46% 0.91% -
XYZ 49.35 35.08 52.31 -
YUV 163.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 231 124 189 0 0.46 0.18 0.09 323.55 0.69 0.7
Hex E7 7C BD 0 2E 12 9 144 45 46
Octal 347 174 275 0 56 22 11 504 105 106
Binary 11100111 1111100 10111101 0 101110 10010 1001 101000100 1000101 1000110

Color Harmonies of #E77CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CBD

Black with #E77CBD

Text Example


Text Example

White with #E77CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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