Html Css Color HEX #E270BC Persian Pink

📋 copy color: '#E270BC'

red 226 ◦ green 112 ◦ blue 188

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

Shades of Persian Pink #E270BC

Tints of Persian Pink #E270BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 35.74%

R = 42.97%
G = 21.29%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E270BC (or 0xE270BC) is known color: Persian Pink. HEX triplet: E2, 70 and BC. RGB value is (226,112,188). Sum of RGB (Red+Green+Blue) = 226+112+188=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E270BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E270BC is #1D8F43. Grayscale: #9A9A9A. Windows color (decimal): -1937220 or 12349666. OLE color: 12349666.

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

Color convert

RGB 226 112 188 -
CMYK 0 0.50 0.17 0.11
HSL 320º 0.66% 0.66% -
HSV(B) 320º 0.5% 0.89% -
XYZ 46.24 31.39 51.2 -
YUV 154.75 146.77 178.82 -
System Red Green Blue C M Y K H S L
Decimal 226 112 188 0 0.50 0.17 0.11 320 0.66 0.66
Hex E2 70 BC 0 32 11 B 140 42 42
Octal 342 160 274 0 62 21 13 500 102 102
Binary 11100010 1110000 10111100 0 110010 10001 1011 101000000 1000010 1000010

Color Harmonies of #E270BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E270BC

Black with #E270BC

Text Example


Text Example

White with #E270BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E270BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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