Html Css Color HEX #E276BE Persian Pink

📋 copy color: '#E276BE'

red 226 ◦ green 118 ◦ blue 190

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

Shades of Persian Pink #E276BE

Tints of Persian Pink #E276BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.1%

 BLUE value IS 190 (74.61% from 255) = 35.58%

R = 42.32%
G = 22.1%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E276BE (or 0xE276BE) is known color: Persian Pink. HEX triplet: E2, 76 and BE. RGB value is (226,118,190). Sum of RGB (Red+Green+Blue) = 226+118+190=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 226 - color contains mainly: red. Hex color #E276BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E276BE is #1D8941. Grayscale: #9E9E9E. Windows color (decimal): -1935682 or 12482274. OLE color: 12482274.

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

Color convert

RGB 226 118 190 -
CMYK 0 0.48 0.16 0.11
HSL 320º 0.65% 0.67% -
HSV(B) 320º 0.48% 0.89% -
XYZ 47.14 32.84 52.57 -
YUV 158.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 226 118 190 0 0.48 0.16 0.11 320 0.65 0.67
Hex E2 76 BE 0 30 10 B 140 41 43
Octal 342 166 276 0 60 20 13 500 101 103
Binary 11100010 1110110 10111110 0 110000 10000 1011 101000000 1000001 1000011

Color Harmonies of #E276BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E276BE

Black with #E276BE

Text Example


Text Example

White with #E276BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E276BE; }

 p { color: rgb(226,118,190); }

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

background-color css

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

 a { background-color: rgb(226,118,190); }

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

border-color css

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

 span { border-color: rgb(226,118,190); }

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