Html Css Color HEX #E27EBB Persian Pink

📋 copy color: '#E27EBB'

red 226 ◦ green 126 ◦ blue 187

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

Shades of Persian Pink #E27EBB

Tints of Persian Pink #E27EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.38%

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

R = 41.93%
G = 23.38%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E27EBB (or 0xE27EBB) is known color: Persian Pink. HEX triplet: E2, 7E and BB. RGB value is (226,126,187). Sum of RGB (Red+Green+Blue) = 226+126+187=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EBB is #1D8144. Grayscale: #A2A2A2. Windows color (decimal): -1933637 or 12287714. OLE color: 12287714.

HSL color Cylindrical-coordinate representation of color #E27EBB: hue angle of 323.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27EBB is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 126 187 -
CMYK 0 0.44 0.17 0.11
HSL 323.4º 0.63% 0.69% -
HSV(B) 323.4º 0.44% 0.89% -
XYZ 47.79 34.68 51.19 -
YUV 162.85 141.63 173.04 -
System Red Green Blue C M Y K H S L
Decimal 226 126 187 0 0.44 0.17 0.11 323.4 0.63 0.69
Hex E2 7E BB 0 2C 11 B 143 3F 45
Octal 342 176 273 0 54 21 13 503 77 105
Binary 11100010 1111110 10111011 0 101100 10001 1011 101000011 111111 1000101

Color Harmonies of #E27EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27EBB

Black with #E27EBB

Text Example


Text Example

White with #E27EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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