Html Css Color HEX #E27AB7 Persian Pink

📋 copy color: '#E27AB7'

red 226 ◦ green 122 ◦ blue 183

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

Shades of Persian Pink #E27AB7

Tints of Persian Pink #E27AB7

RGB

 RED value IS 226 (88.67% from 255) = 42.56%

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

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

R = 42.56%
G = 22.98%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E27AB7 (or 0xE27AB7) is known color: Persian Pink. HEX triplet: E2, 7A and B7. RGB value is (226,122,183). Sum of RGB (Red+Green+Blue) = 226+122+183=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E27AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27AB7 is #1D8548. Grayscale: #9F9F9F. Windows color (decimal): -1934665 or 12024546. OLE color: 12024546.

HSL color Cylindrical-coordinate representation of color #E27AB7: hue angle of 324.81º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27AB7 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 122 183 -
CMYK 0 0.46 0.19 0.11
HSL 324.81º 0.64% 0.68% -
HSV(B) 324.81º 0.46% 0.89% -
XYZ 46.87 33.51 48.8 -
YUV 160.05 140.96 175.04 -
System Red Green Blue C M Y K H S L
Decimal 226 122 183 0 0.46 0.19 0.11 324.81 0.64 0.68
Hex E2 7A B7 0 2E 13 B 145 40 44
Octal 342 172 267 0 56 23 13 505 100 104
Binary 11100010 1111010 10110111 0 101110 10011 1011 101000101 1000000 1000100

Color Harmonies of #E27AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27AB7

Black with #E27AB7

Text Example


Text Example

White with #E27AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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