Html Css Color HEX #E07ABD Persian Pink

📋 copy color: '#E07ABD'

red 224 ◦ green 122 ◦ blue 189

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

Shades of Persian Pink #E07ABD

Tints of Persian Pink #E07ABD

RGB

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

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

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

R = 41.87%
G = 22.8%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#E07ABD (or 0xE07ABD) is known color: Persian Pink. HEX triplet: E0, 7A and BD. RGB value is (224,122,189). Sum of RGB (Red+Green+Blue) = 224+122+189=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E07ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07ABD is #1F8542. Grayscale: #9F9F9F. Windows color (decimal): -2065731 or 12417760. OLE color: 12417760.

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

Color convert

RGB 224 122 189 -
CMYK 0 0.46 0.16 0.12
HSL 320.59º 0.62% 0.68% -
HSV(B) 320.59º 0.46% 0.88% -
XYZ 46.89 33.44 52.13 -
YUV 160.14 144.29 173.55 -
System Red Green Blue C M Y K H S L
Decimal 224 122 189 0 0.46 0.16 0.12 320.59 0.62 0.68
Hex E0 7A BD 0 2E 10 C 141 3E 44
Octal 340 172 275 0 56 20 14 501 76 104
Binary 11100000 1111010 10111101 0 101110 10000 1100 101000001 111110 1000100

Color Harmonies of #E07ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07ABD

Black with #E07ABD

Text Example


Text Example

White with #E07ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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