Html Css Color HEX #E27FB0 Persian Pink

📋 copy color: '#E27FB0'

red 226 ◦ green 127 ◦ blue 176

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

Shades of Persian Pink #E27FB0

Tints of Persian Pink #E27FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.27%

R = 42.72%
G = 24.01%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E27FB0 (or 0xE27FB0) is known color: Persian Pink. HEX triplet: E2, 7F and B0. RGB value is (226,127,176). Sum of RGB (Red+Green+Blue) = 226+127+176=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27FB0 is #1D804F. Grayscale: #A2A2A2. Windows color (decimal): -1933392 or 11567074. OLE color: 11567074.

HSL color Cylindrical-coordinate representation of color #E27FB0: hue angle of 330.3º 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 #E27FB0 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 127 176 -
CMYK 0 0.44 0.22 0.11
HSL 330.3º 0.63% 0.69% -
HSV(B) 330.3º 0.44% 0.89% -
XYZ 46.79 34.48 45.26 -
YUV 162.19 135.8 173.52 -
System Red Green Blue C M Y K H S L
Decimal 226 127 176 0 0.44 0.22 0.11 330.3 0.63 0.69
Hex E2 7F B0 0 2C 16 B 14A 3F 45
Octal 342 177 260 0 54 26 13 512 77 105
Binary 11100010 1111111 10110000 0 101100 10110 1011 101001010 111111 1000101

Color Harmonies of #E27FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27FB0

Black with #E27FB0

Text Example


Text Example

White with #E27FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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