Html Css Color HEX #E27CBC Persian Pink

📋 copy color: '#E27CBC'

red 226 ◦ green 124 ◦ blue 188

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

Shades of Persian Pink #E27CBC

Tints of Persian Pink #E27CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 34.94%

R = 42.01%
G = 23.05%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E27CBC (or 0xE27CBC) is known color: Persian Pink. HEX triplet: E2, 7C and BC. RGB value is (226,124,188). Sum of RGB (Red+Green+Blue) = 226+124+188=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CBC is #1D8343. Grayscale: #A1A1A1. Windows color (decimal): -1934148 or 12352738. OLE color: 12352738.

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

Color convert

RGB 226 124 188 -
CMYK 0 0.45 0.17 0.11
HSL 322.35º 0.64% 0.69% -
HSV(B) 322.35º 0.45% 0.89% -
XYZ 47.65 34.21 51.67 -
YUV 161.79 142.79 173.8 -
System Red Green Blue C M Y K H S L
Decimal 226 124 188 0 0.45 0.17 0.11 322.35 0.64 0.69
Hex E2 7C BC 0 2D 11 B 142 40 45
Octal 342 174 274 0 55 21 13 502 100 105
Binary 11100010 1111100 10111100 0 101101 10001 1011 101000010 1000000 1000101

Color Harmonies of #E27CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CBC

Black with #E27CBC

Text Example


Text Example

White with #E27CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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