Html Css Color HEX #E372B2 Persian Pink

📋 copy color: '#E372B2'

red 227 ◦ green 114 ◦ blue 178

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

Shades of Persian Pink #E372B2

Tints of Persian Pink #E372B2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.97%

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 43.74%
G = 21.97%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.11

RGB Variations

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

Color information

#E372B2 (or 0xE372B2) is known color: Persian Pink. HEX triplet: E3, 72 and B2. RGB value is (227,114,178). Sum of RGB (Red+Green+Blue) = 227+114+178=519 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.74% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 227 - color contains mainly: red. Hex color #E372B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E372B2 is #1C8D4D. Grayscale: #9A9A9A. Windows color (decimal): -1871182 or 11694819. OLE color: 11694819.

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

Color convert

RGB 227 114 178 -
CMYK 0 0.50 0.22 0.11
HSL 326.02º 0.67% 0.67% -
HSV(B) 326.02º 0.5% 0.89% -
XYZ 45.73 31.58 45.8 -
YUV 155.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 227 114 178 0 0.50 0.22 0.11 326.02 0.67 0.67
Hex E3 72 B2 0 32 16 B 146 43 43
Octal 343 162 262 0 62 26 13 506 103 103
Binary 11100011 1110010 10110010 0 110010 10110 1011 101000110 1000011 1000011

Color Harmonies of #E372B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E372B2

Black with #E372B2

Text Example


Text Example

White with #E372B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E372B2; }

 p { color: rgb(227,114,178); }

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

background-color css

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

 a { background-color: rgb(227,114,178); }

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

border-color css

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

 span { border-color: rgb(227,114,178); }

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