Html Css Color HEX #E27BBD Persian Pink

📋 copy color: '#E27BBD'

red 226 ◦ green 123 ◦ blue 189

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

Shades of Persian Pink #E27BBD

Tints of Persian Pink #E27BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 35.13%

R = 42.01%
G = 22.86%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E27BBD (or 0xE27BBD) is known color: Persian Pink. HEX triplet: E2, 7B and BD. RGB value is (226,123,189). Sum of RGB (Red+Green+Blue) = 226+123+189=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BBD is #1D8442. Grayscale: #A1A1A1. Windows color (decimal): -1934403 or 12418018. OLE color: 12418018.

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

Color convert

RGB 226 123 189 -
CMYK 0 0.46 0.16 0.11
HSL 321.55º 0.64% 0.68% -
HSV(B) 321.55º 0.46% 0.89% -
XYZ 47.63 34.01 52.2 -
YUV 161.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 226 123 189 0 0.46 0.16 0.11 321.55 0.64 0.68
Hex E2 7B BD 0 2E 10 B 142 40 44
Octal 342 173 275 0 56 20 13 502 100 104
Binary 11100010 1111011 10111101 0 101110 10000 1011 101000010 1000000 1000100

Color Harmonies of #E27BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BBD

Black with #E27BBD

Text Example


Text Example

White with #E27BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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