Html Css Color HEX #E273BB Persian Pink

📋 copy color: '#E273BB'

red 226 ◦ green 115 ◦ blue 187

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

Shades of Persian Pink #E273BB

Tints of Persian Pink #E273BB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.78%

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

R = 42.8%
G = 21.78%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E273BB (or 0xE273BB) is known color: Persian Pink. HEX triplet: E2, 73 and BB. RGB value is (226,115,187). Sum of RGB (Red+Green+Blue) = 226+115+187=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E273BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273BB is #1D8C44. Grayscale: #9C9C9C. Windows color (decimal): -1936453 or 12284898. OLE color: 12284898.

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

Color convert

RGB 226 115 187 -
CMYK 0 0.49 0.17 0.11
HSL 321.08º 0.66% 0.67% -
HSV(B) 321.08º 0.49% 0.89% -
XYZ 46.46 32.02 50.74 -
YUV 156.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 226 115 187 0 0.49 0.17 0.11 321.08 0.66 0.67
Hex E2 73 BB 0 31 11 B 141 42 43
Octal 342 163 273 0 61 21 13 501 102 103
Binary 11100010 1110011 10111011 0 110001 10001 1011 101000001 1000010 1000011

Color Harmonies of #E273BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273BB

Black with #E273BB

Text Example


Text Example

White with #E273BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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