Html Css Color HEX #E77CBC Persian Pink

📋 copy color: '#E77CBC'

red 231 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #E77CBC

Tints of Persian Pink #E77CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.62%

R = 42.54%
G = 22.84%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#E77CBC (or 0xE77CBC) is known color: Persian Pink. HEX triplet: E7, 7C and BC. RGB value is (231,124,188). Sum of RGB (Red+Green+Blue) = 231+124+188=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CBC is #188343. Grayscale: #A3A3A3. Windows color (decimal): -1606468 or 12352743. OLE color: 12352743.

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

Color convert

RGB 231 124 188 -
CMYK 0 0.46 0.19 0.09
HSL 324.11º 0.69% 0.7% -
HSV(B) 324.11º 0.46% 0.91% -
XYZ 49.24 35.04 51.74 -
YUV 163.29 141.95 176.3 -
System Red Green Blue C M Y K H S L
Decimal 231 124 188 0 0.46 0.19 0.09 324.11 0.69 0.7
Hex E7 7C BC 0 2E 13 9 144 45 46
Octal 347 174 274 0 56 23 11 504 105 106
Binary 11100111 1111100 10111100 0 101110 10011 1001 101000100 1000101 1000110

Color Harmonies of #E77CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CBC

Black with #E77CBC

Text Example


Text Example

White with #E77CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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