Html Css Color HEX #E273AF Persian Pink

📋 copy color: '#E273AF'

red 226 ◦ green 115 ◦ blue 175

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

Shades of Persian Pink #E273AF

Tints of Persian Pink #E273AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 43.8%
G = 22.29%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.23

 K value IS 0.11

RGB Variations

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

Color information

#E273AF (or 0xE273AF) is known color: Persian Pink. HEX triplet: E2, 73 and AF. RGB value is (226,115,175). Sum of RGB (Red+Green+Blue) = 226+115+175=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E273AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E273AF is #1D8C50. Grayscale: #9A9A9A. Windows color (decimal): -1936465 or 11498466. OLE color: 11498466.

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

Color convert

RGB 226 115 175 -
CMYK 0 0.49 0.23 0.11
HSL 327.57º 0.66% 0.67% -
HSV(B) 327.57º 0.49% 0.89% -
XYZ 45.23 31.53 44.26 -
YUV 155.03 139.27 178.62 -
System Red Green Blue C M Y K H S L
Decimal 226 115 175 0 0.49 0.23 0.11 327.57 0.66 0.67
Hex E2 73 AF 0 31 17 B 148 42 43
Octal 342 163 257 0 61 27 13 510 102 103
Binary 11100010 1110011 10101111 0 110001 10111 1011 101001000 1000010 1000011

Color Harmonies of #E273AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E273AF

Black with #E273AF

Text Example


Text Example

White with #E273AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E273AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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