Html Css Color HEX #E07AB7 Persian Pink

📋 copy color: '#E07AB7'

red 224 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #E07AB7

Tints of Persian Pink #E07AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 34.59%

R = 42.34%
G = 23.06%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.12

RGB Variations

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

Color information

#E07AB7 (or 0xE07AB7) is known color: Persian Pink. HEX triplet: E0, 7A and B7. RGB value is (224,122,183). Sum of RGB (Red+Green+Blue) = 224+122+183=529 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.34% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AB7 is #1F8548. Grayscale: #9F9F9F. Windows color (decimal): -2065737 or 12024544. OLE color: 12024544.

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

Color convert

RGB 224 122 183 -
CMYK 0 0.46 0.18 0.12
HSL 324.12º 0.62% 0.68% -
HSV(B) 324.12º 0.46% 0.88% -
XYZ 46.25 33.19 48.77 -
YUV 159.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 224 122 183 0 0.46 0.18 0.12 324.12 0.62 0.68
Hex E0 7A B7 0 2E 12 C 144 3E 44
Octal 340 172 267 0 56 22 14 504 76 104
Binary 11100000 1111010 10110111 0 101110 10010 1100 101000100 111110 1000100

Color Harmonies of #E07AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AB7

Black with #E07AB7

Text Example


Text Example

White with #E07AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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