Html Css Color HEX #E27FB7 Persian Pink

📋 copy color: '#E27FB7'

red 226 ◦ green 127 ◦ blue 183

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

Shades of Persian Pink #E27FB7

Tints of Persian Pink #E27FB7

RGB

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

 GREEN value IS 127 (50% from 255) = 23.69%

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

R = 42.16%
G = 23.69%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E27FB7 (or 0xE27FB7) is known color: Persian Pink. HEX triplet: E2, 7F and B7. RGB value is (226,127,183). Sum of RGB (Red+Green+Blue) = 226+127+183=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 127 (50% from 255 or 23.69% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FB7 is #1D8048. Grayscale: #A2A2A2. Windows color (decimal): -1933385 or 12025826. OLE color: 12025826.

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

Color convert

RGB 226 127 183 -
CMYK 0 0.44 0.19 0.11
HSL 326.06º 0.63% 0.69% -
HSV(B) 326.06º 0.44% 0.89% -
XYZ 47.5 34.77 49.01 -
YUV 162.99 139.3 172.95 -
System Red Green Blue C M Y K H S L
Decimal 226 127 183 0 0.44 0.19 0.11 326.06 0.63 0.69
Hex E2 7F B7 0 2C 13 B 146 3F 45
Octal 342 177 267 0 54 23 13 506 77 105
Binary 11100010 1111111 10110111 0 101100 10011 1011 101000110 111111 1000101

Color Harmonies of #E27FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27FB7

Black with #E27FB7

Text Example


Text Example

White with #E27FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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