Html Css Color HEX #E27EBF Persian Pink

📋 copy color: '#E27EBF'

red 226 ◦ green 126 ◦ blue 191

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

Shades of Persian Pink #E27EBF

Tints of Persian Pink #E27EBF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.2%

 BLUE value IS 191 (75% from 255) = 35.17%

R = 41.62%
G = 23.2%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E27EBF (or 0xE27EBF) is known color: Persian Pink. HEX triplet: E2, 7E and BF. RGB value is (226,126,191). Sum of RGB (Red+Green+Blue) = 226+126+191=543 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.62% from 543); Green value is 126 (49.61% from 255 or 23.20% from 543); Blue value is 191 (75% from 255 or 35.17% from 543); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EBF is #1D8140. Grayscale: #A3A3A3. Windows color (decimal): -1933633 or 12549858. OLE color: 12549858.

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

Color convert

RGB 226 126 191 -
CMYK 0 0.44 0.15 0.11
HSL 321º 0.63% 0.69% -
HSV(B) 321º 0.44% 0.89% -
XYZ 48.23 34.85 53.48 -
YUV 163.31 143.63 172.71 -
System Red Green Blue C M Y K H S L
Decimal 226 126 191 0 0.44 0.15 0.11 321 0.63 0.69
Hex E2 7E BF 0 2C F B 141 3F 45
Octal 342 176 277 0 54 17 13 501 77 105
Binary 11100010 1111110 10111111 0 101100 1111 1011 101000001 111111 1000101

Color Harmonies of #E27EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EBF

Black with #E27EBF

Text Example


Text Example

White with #E27EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EBF; }

 p { color: rgb(226,126,191); }

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

background-color css

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

 a { background-color: rgb(226,126,191); }

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

border-color css

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

 span { border-color: rgb(226,126,191); }

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