Html Css Color HEX #E27CBB Persian Pink

📋 copy color: '#E27CBB'

red 226 ◦ green 124 ◦ blue 187

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

Shades of Persian Pink #E27CBB

Tints of Persian Pink #E27CBB

RGB

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

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

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

R = 42.09%
G = 23.09%
B = 34.82%

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

#E27CBB (or 0xE27CBB) is known color: Persian Pink. HEX triplet: E2, 7C and BB. RGB value is (226,124,187). Sum of RGB (Red+Green+Blue) = 226+124+187=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E27CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27CBB is #1D8344. Grayscale: #A1A1A1. Windows color (decimal): -1934149 or 12287202. OLE color: 12287202.

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

Color convert

RGB 226 124 187 -
CMYK 0 0.45 0.17 0.11
HSL 322.94º 0.64% 0.69% -
HSV(B) 322.94º 0.45% 0.89% -
XYZ 47.54 34.17 51.1 -
YUV 161.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 226 124 187 0 0.45 0.17 0.11 322.94 0.64 0.69
Hex E2 7C BB 0 2D 11 B 143 40 45
Octal 342 174 273 0 55 21 13 503 100 105
Binary 11100010 1111100 10111011 0 101101 10001 1011 101000011 1000000 1000101

Color Harmonies of #E27CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27CBB

Black with #E27CBB

Text Example


Text Example

White with #E27CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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