Html Css Color HEX #E273BE Persian Pink

📋 copy color: '#E273BE'

red 226 ◦ green 115 ◦ blue 190

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

Shades of Persian Pink #E273BE

Tints of Persian Pink #E273BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.66%

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

R = 42.56%
G = 21.66%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E273BE (or 0xE273BE) is known color: Persian Pink. HEX triplet: E2, 73 and BE. RGB value is (226,115,190). Sum of RGB (Red+Green+Blue) = 226+115+190=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E273BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273BE is #1D8C41. Grayscale: #9C9C9C. Windows color (decimal): -1936450 or 12481506. OLE color: 12481506.

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

Color convert

RGB 226 115 190 -
CMYK 0 0.49 0.16 0.11
HSL 319.46º 0.66% 0.67% -
HSV(B) 319.46º 0.49% 0.89% -
XYZ 46.79 32.15 52.45 -
YUV 156.74 146.77 177.4 -
System Red Green Blue C M Y K H S L
Decimal 226 115 190 0 0.49 0.16 0.11 319.46 0.66 0.67
Hex E2 73 BE 0 31 10 B 13F 42 43
Octal 342 163 276 0 61 20 13 477 102 103
Binary 11100010 1110011 10111110 0 110001 10000 1011 100111111 1000010 1000011

Color Harmonies of #E273BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273BE

Black with #E273BE

Text Example


Text Example

White with #E273BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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