Html Css Color HEX #E27CBD Persian Pink

📋 copy color: '#E27CBD'

red 226 ◦ green 124 ◦ blue 189

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

Shades of Persian Pink #E27CBD

Tints of Persian Pink #E27CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.06%

R = 41.93%
G = 23.01%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E27CBD (or 0xE27CBD) is known color: Persian Pink. HEX triplet: E2, 7C and BD. RGB value is (226,124,189). Sum of RGB (Red+Green+Blue) = 226+124+189=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CBD is #1D8342. Grayscale: #A1A1A1. Windows color (decimal): -1934147 or 12418274. OLE color: 12418274.

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

Color convert

RGB 226 124 189 -
CMYK 0 0.45 0.16 0.11
HSL 321.76º 0.64% 0.69% -
HSV(B) 321.76º 0.45% 0.89% -
XYZ 47.76 34.26 52.24 -
YUV 161.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 226 124 189 0 0.45 0.16 0.11 321.76 0.64 0.69
Hex E2 7C BD 0 2D 10 B 142 40 45
Octal 342 174 275 0 55 20 13 502 100 105
Binary 11100010 1111100 10111101 0 101101 10000 1011 101000010 1000000 1000101

Color Harmonies of #E27CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CBD

Black with #E27CBD

Text Example


Text Example

White with #E27CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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