Html Css Color HEX #E27CBA Persian Pink

📋 copy color: '#E27CBA'

red 226 ◦ green 124 ◦ blue 186

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

Shades of Persian Pink #E27CBA

Tints of Persian Pink #E27CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.13%

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

R = 42.16%
G = 23.13%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E27CBA (or 0xE27CBA) is known color: Persian Pink. HEX triplet: E2, 7C and BA. RGB value is (226,124,186). Sum of RGB (Red+Green+Blue) = 226+124+186=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CBA is #1D8345. Grayscale: #A1A1A1. Windows color (decimal): -1934150 or 12221666. OLE color: 12221666.

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

Color convert

RGB 226 124 186 -
CMYK 0 0.45 0.18 0.11
HSL 323.53º 0.64% 0.69% -
HSV(B) 323.53º 0.45% 0.89% -
XYZ 47.43 34.13 50.54 -
YUV 161.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 226 124 186 0 0.45 0.18 0.11 323.53 0.64 0.69
Hex E2 7C BA 0 2D 12 B 144 40 45
Octal 342 174 272 0 55 22 13 504 100 105
Binary 11100010 1111100 10111010 0 101101 10010 1011 101000100 1000000 1000101

Color Harmonies of #E27CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CBA

Black with #E27CBA

Text Example


Text Example

White with #E27CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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