Html Css Color HEX #E273B9 Persian Pink

📋 copy color: '#E273B9'

red 226 ◦ green 115 ◦ blue 185

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

Shades of Persian Pink #E273B9

Tints of Persian Pink #E273B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.17%

R = 42.97%
G = 21.86%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E273B9 (or 0xE273B9) is known color: Persian Pink. HEX triplet: E2, 73 and B9. RGB value is (226,115,185). Sum of RGB (Red+Green+Blue) = 226+115+185=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E273B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273B9 is #1D8C46. Grayscale: #9B9B9B. Windows color (decimal): -1936455 or 12153826. OLE color: 12153826.

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

Color convert

RGB 226 115 185 -
CMYK 0 0.49 0.18 0.11
HSL 322.16º 0.66% 0.67% -
HSV(B) 322.16º 0.49% 0.89% -
XYZ 46.25 31.93 49.62 -
YUV 156.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 226 115 185 0 0.49 0.18 0.11 322.16 0.66 0.67
Hex E2 73 B9 0 31 12 B 142 42 43
Octal 342 163 271 0 61 22 13 502 102 103
Binary 11100010 1110011 10111001 0 110001 10010 1011 101000010 1000010 1000011

Color Harmonies of #E273B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273B9

Black with #E273B9

Text Example


Text Example

White with #E273B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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