Html Css Color HEX #E27FBA Persian Pink

📋 copy color: '#E27FBA'

red 226 ◦ green 127 ◦ blue 186

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

Shades of Persian Pink #E27FBA

Tints of Persian Pink #E27FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.51%

R = 41.93%
G = 23.56%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E27FBA (or 0xE27FBA) is known color: Persian Pink. HEX triplet: E2, 7F and BA. RGB value is (226,127,186). Sum of RGB (Red+Green+Blue) = 226+127+186=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FBA is #1D8045. Grayscale: #A3A3A3. Windows color (decimal): -1933382 or 12222434. OLE color: 12222434.

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

Color convert

RGB 226 127 186 -
CMYK 0 0.44 0.18 0.11
HSL 324.24º 0.63% 0.69% -
HSV(B) 324.24º 0.44% 0.89% -
XYZ 47.82 34.89 50.67 -
YUV 163.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 226 127 186 0 0.44 0.18 0.11 324.24 0.63 0.69
Hex E2 7F BA 0 2C 12 B 144 3F 45
Octal 342 177 272 0 54 22 13 504 77 105
Binary 11100010 1111111 10111010 0 101100 10010 1011 101000100 111111 1000101

Color Harmonies of #E27FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27FBA

Black with #E27FBA

Text Example


Text Example

White with #E27FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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