Html Css Color HEX #E270B9 Persian Pink

📋 copy color: '#E270B9'

red 226 ◦ green 112 ◦ blue 185

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

Shades of Persian Pink #E270B9

Tints of Persian Pink #E270B9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.41%

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

R = 43.21%
G = 21.41%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E270B9 (or 0xE270B9) is known color: Persian Pink. HEX triplet: E2, 70 and B9. RGB value is (226,112,185). Sum of RGB (Red+Green+Blue) = 226+112+185=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 112 (44.14% from 255 or 21.41% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E270B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270B9 is #1D8F46. Grayscale: #9A9A9A. Windows color (decimal): -1937223 or 12153058. OLE color: 12153058.

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

Color convert

RGB 226 112 185 -
CMYK 0 0.50 0.18 0.11
HSL 321.58º 0.66% 0.66% -
HSV(B) 321.58º 0.5% 0.89% -
XYZ 45.92 31.26 49.51 -
YUV 154.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 226 112 185 0 0.50 0.18 0.11 321.58 0.66 0.66
Hex E2 70 B9 0 32 12 B 142 42 42
Octal 342 160 271 0 62 22 13 502 102 102
Binary 11100010 1110000 10111001 0 110010 10010 1011 101000010 1000010 1000010

Color Harmonies of #E270B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E270B9

Black with #E270B9

Text Example


Text Example

White with #E270B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E270B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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