Html Css Color HEX #E370BC Persian Pink

📋 copy color: '#E370BC'

red 227 ◦ green 112 ◦ blue 188

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

Shades of Persian Pink #E370BC

Tints of Persian Pink #E370BC

RGB

 RED value IS 227 (89.06% from 255) = 43.07%

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

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

R = 43.07%
G = 21.25%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E370BC (or 0xE370BC) is known color: Persian Pink. HEX triplet: E3, 70 and BC. RGB value is (227,112,188). Sum of RGB (Red+Green+Blue) = 227+112+188=527 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.07% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 227 - color contains mainly: red. Hex color #E370BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E370BC is #1C8F43. Grayscale: #9A9A9A. Windows color (decimal): -1871684 or 12349667. OLE color: 12349667.

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

Color convert

RGB 227 112 188 -
CMYK 0 0.51 0.17 0.11
HSL 320.35º 0.67% 0.66% -
HSV(B) 320.35º 0.51% 0.89% -
XYZ 46.55 31.55 51.21 -
YUV 155.05 146.6 179.32 -
System Red Green Blue C M Y K H S L
Decimal 227 112 188 0 0.51 0.17 0.11 320.35 0.67 0.66
Hex E3 70 BC 0 33 11 B 140 43 42
Octal 343 160 274 0 63 21 13 500 103 102
Binary 11100011 1110000 10111100 0 110011 10001 1011 101000000 1000011 1000010

Color Harmonies of #E370BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E370BC

Black with #E370BC

Text Example


Text Example

White with #E370BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E370BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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