Html Css Color HEX #E27BAF Persian Pink

📋 copy color: '#E27BAF'

red 226 ◦ green 123 ◦ blue 175

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

Shades of Persian Pink #E27BAF

Tints of Persian Pink #E27BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 43.13%
G = 23.47%
B = 33.4%

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

#E27BAF (or 0xE27BAF) is known color: Persian Pink. HEX triplet: E2, 7B and AF. RGB value is (226,123,175). Sum of RGB (Red+Green+Blue) = 226+123+175=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 123 (48.44% from 255 or 23.47% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E27BAF is #1D8450. Grayscale: #9F9F9F. Windows color (decimal): -1934417 or 11500514. OLE color: 11500514.

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

Color convert

RGB 226 123 175 -
CMYK 0 0.46 0.23 0.11
HSL 329.71º 0.64% 0.68% -
HSV(B) 329.71º 0.46% 0.89% -
XYZ 46.18 33.43 44.58 -
YUV 159.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 226 123 175 0 0.46 0.23 0.11 329.71 0.64 0.68
Hex E2 7B AF 0 2E 17 B 14A 40 44
Octal 342 173 257 0 56 27 13 512 100 104
Binary 11100010 1111011 10101111 0 101110 10111 1011 101001010 1000000 1000100

Color Harmonies of #E27BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BAF

Black with #E27BAF

Text Example


Text Example

White with #E27BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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