Html Css Color HEX #E27BAE Persian Pink

📋 copy color: '#E27BAE'

red 226 ◦ green 123 ◦ blue 174

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

Shades of Persian Pink #E27BAE

Tints of Persian Pink #E27BAE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.52%

 BLUE value IS 174 (68.36% from 255) = 33.27%

R = 43.21%
G = 23.52%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E27BAE (or 0xE27BAE) is known color: Persian Pink. HEX triplet: E2, 7B and AE. RGB value is (226,123,174). Sum of RGB (Red+Green+Blue) = 226+123+174=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 174 (68.36% from 255 or 33.27% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27BAE is #1D8451. Grayscale: #9F9F9F. Windows color (decimal): -1934418 or 11434978. OLE color: 11434978.

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

Color convert

RGB 226 123 174 -
CMYK 0 0.46 0.23 0.11
HSL 330.29º 0.64% 0.68% -
HSV(B) 330.29º 0.46% 0.89% -
XYZ 46.09 33.39 44.06 -
YUV 159.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 226 123 174 0 0.46 0.23 0.11 330.29 0.64 0.68
Hex E2 7B AE 0 2E 17 B 14A 40 44
Octal 342 173 256 0 56 27 13 512 100 104
Binary 11100010 1111011 10101110 0 101110 10111 1011 101001010 1000000 1000100

Color Harmonies of #E27BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BAE

Black with #E27BAE

Text Example


Text Example

White with #E27BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BAE; }

 p { color: rgb(226,123,174); }

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

background-color css

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

 a { background-color: rgb(226,123,174); }

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

border-color css

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

 span { border-color: rgb(226,123,174); }

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