Html Css Color HEX #E77DC4 Persian Pink

📋 copy color: '#E77DC4'

red 231 ◦ green 125 ◦ blue 196

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

Shades of Persian Pink #E77DC4

Tints of Persian Pink #E77DC4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.64%

 BLUE value IS 196 (76.95% from 255) = 35.51%

R = 41.85%
G = 22.64%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#E77DC4 (or 0xE77DC4) is known color: Persian Pink. HEX triplet: E7, 7D and C4. RGB value is (231,125,196). Sum of RGB (Red+Green+Blue) = 231+125+196=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 125 (49.22% from 255 or 22.64% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DC4 is #18823B. Grayscale: #A4A4A4. Windows color (decimal): -1606204 or 12877287. OLE color: 12877287.

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

Color convert

RGB 231 125 196 -
CMYK 0 0.46 0.15 0.09
HSL 319.81º 0.69% 0.7% -
HSV(B) 319.81º 0.46% 0.91% -
XYZ 50.25 35.64 56.46 -
YUV 164.79 145.62 175.23 -
System Red Green Blue C M Y K H S L
Decimal 231 125 196 0 0.46 0.15 0.09 319.81 0.69 0.7
Hex E7 7D C4 0 2E F 9 140 45 46
Octal 347 175 304 0 56 17 11 500 105 106
Binary 11100111 1111101 11000100 0 101110 1111 1001 101000000 1000101 1000110

Color Harmonies of #E77DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DC4

Black with #E77DC4

Text Example


Text Example

White with #E77DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DC4; }

 p { color: rgb(231,125,196); }

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

background-color css

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

 a { background-color: rgb(231,125,196); }

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

border-color css

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

 span { border-color: rgb(231,125,196); }

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