Html Css Color HEX #E27DBB Persian Pink

📋 copy color: '#E27DBB'

red 226 ◦ green 125 ◦ blue 187

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

Shades of Persian Pink #E27DBB

Tints of Persian Pink #E27DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.76%

R = 42.01%
G = 23.23%
B = 34.76%

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

#E27DBB (or 0xE27DBB) is known color: Persian Pink. HEX triplet: E2, 7D and BB. RGB value is (226,125,187). Sum of RGB (Red+Green+Blue) = 226+125+187=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27DBB is #1D8244. Grayscale: #A2A2A2. Windows color (decimal): -1933893 or 12287458. OLE color: 12287458.

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

Color convert

RGB 226 125 187 -
CMYK 0 0.45 0.17 0.11
HSL 323.17º 0.64% 0.69% -
HSV(B) 323.17º 0.45% 0.89% -
XYZ 47.67 34.42 51.15 -
YUV 162.27 141.96 173.46 -
System Red Green Blue C M Y K H S L
Decimal 226 125 187 0 0.45 0.17 0.11 323.17 0.64 0.69
Hex E2 7D BB 0 2D 11 B 143 40 45
Octal 342 175 273 0 55 21 13 503 100 105
Binary 11100010 1111101 10111011 0 101101 10001 1011 101000011 1000000 1000101

Color Harmonies of #E27DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27DBB

Black with #E27DBB

Text Example


Text Example

White with #E27DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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