Html Css Color HEX #E27DBA Persian Pink

📋 copy color: '#E27DBA'

red 226 ◦ green 125 ◦ blue 186

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

Shades of Persian Pink #E27DBA

Tints of Persian Pink #E27DBA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.28%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 42.09%
G = 23.28%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E27DBA (or 0xE27DBA) is known color: Persian Pink. HEX triplet: E2, 7D and BA. RGB value is (226,125,186). Sum of RGB (Red+Green+Blue) = 226+125+186=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DBA is #1D8245. Grayscale: #A2A2A2. Windows color (decimal): -1933894 or 12221922. OLE color: 12221922.

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

Color convert

RGB 226 125 186 -
CMYK 0 0.45 0.18 0.11
HSL 323.76º 0.64% 0.69% -
HSV(B) 323.76º 0.45% 0.89% -
XYZ 47.56 34.38 50.58 -
YUV 162.15 141.46 173.54 -
System Red Green Blue C M Y K H S L
Decimal 226 125 186 0 0.45 0.18 0.11 323.76 0.64 0.69
Hex E2 7D BA 0 2D 12 B 144 40 45
Octal 342 175 272 0 55 22 13 504 100 105
Binary 11100010 1111101 10111010 0 101101 10010 1011 101000100 1000000 1000101

Color Harmonies of #E27DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DBA

Black with #E27DBA

Text Example


Text Example

White with #E27DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DBA; }

 p { color: rgb(226,125,186); }

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

background-color css

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

 a { background-color: rgb(226,125,186); }

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

border-color css

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

 span { border-color: rgb(226,125,186); }

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