Html Css Color HEX #E07AC1 Persian Pink

📋 copy color: '#E07AC1'

red 224 ◦ green 122 ◦ blue 193

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

Shades of Persian Pink #E07AC1

Tints of Persian Pink #E07AC1

RGB

 RED value IS 224 (87.89% from 255) = 41.56%

 GREEN value IS 122 (48.05% from 255) = 22.63%

 BLUE value IS 193 (75.78% from 255) = 35.81%

R = 41.56%
G = 22.63%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.14

 K value IS 0.12

RGB Variations

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

Color information

#E07AC1 (or 0xE07AC1) is known color: Persian Pink. HEX triplet: E0, 7A and C1. RGB value is (224,122,193). Sum of RGB (Red+Green+Blue) = 224+122+193=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AC1 is #1F853E. Grayscale: #A0A0A0. Windows color (decimal): -2065727 or 12679904. OLE color: 12679904.

HSL color Cylindrical-coordinate representation of color #E07AC1: hue angle of 318.24º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07AC1 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 122 193 -
CMYK 0 0.46 0.14 0.12
HSL 318.24º 0.62% 0.68% -
HSV(B) 318.24º 0.46% 0.88% -
XYZ 47.33 33.62 54.45 -
YUV 160.59 146.29 173.23 -
System Red Green Blue C M Y K H S L
Decimal 224 122 193 0 0.46 0.14 0.12 318.24 0.62 0.68
Hex E0 7A C1 0 2E E C 13E 3E 44
Octal 340 172 301 0 56 16 14 476 76 104
Binary 11100000 1111010 11000001 0 101110 1110 1100 100111110 111110 1000100

Color Harmonies of #E07AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AC1

Black with #E07AC1

Text Example


Text Example

White with #E07AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AC1; }

 p { color: rgb(224,122,193); }

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

background-color css

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

 a { background-color: rgb(224,122,193); }

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

border-color css

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

 span { border-color: rgb(224,122,193); }

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