Html Css Color HEX #E27BBA Persian Pink

📋 copy color: '#E27BBA'

red 226 ◦ green 123 ◦ blue 186

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

Shades of Persian Pink #E27BBA

Tints of Persian Pink #E27BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 42.24%
G = 22.99%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E27BBA (or 0xE27BBA) is known color: Persian Pink. HEX triplet: E2, 7B and BA. RGB value is (226,123,186). Sum of RGB (Red+Green+Blue) = 226+123+186=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E27BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27BBA is #1D8445. Grayscale: #A0A0A0. Windows color (decimal): -1934406 or 12221410. OLE color: 12221410.

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

Color convert

RGB 226 123 186 -
CMYK 0 0.46 0.18 0.11
HSL 323.3º 0.64% 0.68% -
HSV(B) 323.3º 0.46% 0.89% -
XYZ 47.31 33.88 50.5 -
YUV 160.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 226 123 186 0 0.46 0.18 0.11 323.3 0.64 0.68
Hex E2 7B BA 0 2E 12 B 143 40 44
Octal 342 173 272 0 56 22 13 503 100 104
Binary 11100010 1111011 10111010 0 101110 10010 1011 101000011 1000000 1000100

Color Harmonies of #E27BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E27BBA

Black with #E27BBA

Text Example


Text Example

White with #E27BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E27BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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