Html Css Color HEX #E07AB3 Persian Pink

📋 copy color: '#E07AB3'

red 224 ◦ green 122 ◦ blue 179

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

Shades of Persian Pink #E07AB3

Tints of Persian Pink #E07AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.1%

R = 42.67%
G = 23.24%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.12

RGB Variations

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

Color information

#E07AB3 (or 0xE07AB3) is known color: Persian Pink. HEX triplet: E0, 7A and B3. RGB value is (224,122,179). Sum of RGB (Red+Green+Blue) = 224+122+179=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E07AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07AB3 is #1F854C. Grayscale: #9E9E9E. Windows color (decimal): -2065741 or 11762400. OLE color: 11762400.

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

Color convert

RGB 224 122 179 -
CMYK 0 0.46 0.20 0.12
HSL 326.47º 0.62% 0.68% -
HSV(B) 326.47º 0.46% 0.88% -
XYZ 45.84 33.02 46.61 -
YUV 159 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 224 122 179 0 0.46 0.20 0.12 326.47 0.62 0.68
Hex E0 7A B3 0 2E 14 C 146 3E 44
Octal 340 172 263 0 56 24 14 506 76 104
Binary 11100000 1111010 10110011 0 101110 10100 1100 101000110 111110 1000100

Color Harmonies of #E07AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07AB3

Black with #E07AB3

Text Example


Text Example

White with #E07AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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