Html Css Color HEX #E27BB5 Persian Pink

📋 copy color: '#E27BB5'

red 226 ◦ green 123 ◦ blue 181

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

Shades of Persian Pink #E27BB5

Tints of Persian Pink #E27BB5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.21%

 BLUE value IS 181 (71.09% from 255) = 34.15%

R = 42.64%
G = 23.21%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.11

RGB Variations

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

Color information

#E27BB5 (or 0xE27BB5) is known color: Persian Pink. HEX triplet: E2, 7B and B5. RGB value is (226,123,181). Sum of RGB (Red+Green+Blue) = 226+123+181=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BB5 is #1D844A. Grayscale: #A0A0A0. Windows color (decimal): -1934411 or 11893730. OLE color: 11893730.

HSL color Cylindrical-coordinate representation of color #E27BB5: hue angle of 326.21º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E27BB5 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 123 181 -
CMYK 0 0.46 0.20 0.11
HSL 326.21º 0.64% 0.68% -
HSV(B) 326.21º 0.46% 0.89% -
XYZ 46.79 33.67 47.75 -
YUV 160.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 226 123 181 0 0.46 0.20 0.11 326.21 0.64 0.68
Hex E2 7B B5 0 2E 14 B 146 40 44
Octal 342 173 265 0 56 24 13 506 100 104
Binary 11100010 1111011 10110101 0 101110 10100 1011 101000110 1000000 1000100

Color Harmonies of #E27BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BB5

Black with #E27BB5

Text Example


Text Example

White with #E27BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BB5; }

 p { color: rgb(226,123,181); }

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

background-color css

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

 a { background-color: rgb(226,123,181); }

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

border-color css

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

 span { border-color: rgb(226,123,181); }

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