Html Css Color HEX #E740AC Persian Rose

📋 copy color: '#E740AC'

red 231 ◦ green 64 ◦ blue 172

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

Shades of Persian Rose #E740AC

Tints of Persian Rose #E740AC

RGB

 RED value IS 231 (90.63% from 255) = 49.46%

 GREEN value IS 64 (25.39% from 255) = 13.7%

 BLUE value IS 172 (67.58% from 255) = 36.83%

R = 49.46%
G = 13.7%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E740AC (or 0xE740AC) is known color: Persian Rose. HEX triplet: E7, 40 and AC. RGB value is (231,64,172). Sum of RGB (Red+Green+Blue) = 231+64+172=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E740AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E740AC is #18BF53. Grayscale: #7D7D7D. Windows color (decimal): -1621844 or 11288807. OLE color: 11288807.

HSL color Cylindrical-coordinate representation of color #E740AC: hue angle of 321.2º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E740AC is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 64 172 -
CMYK 0 0.72 0.26 0.09
HSL 321.2º 0.78% 0.58% -
HSV(B) 321.2º 0.72% 0.91% -
XYZ 42.23 23.63 41.37 -
YUV 126.25 153.83 202.72 -
System Red Green Blue C M Y K H S L
Decimal 231 64 172 0 0.72 0.26 0.09 321.2 0.78 0.58
Hex E7 40 AC 0 48 1A 9 141 4E 3A
Octal 347 100 254 0 110 32 11 501 116 72
Binary 11100111 1000000 10101100 0 1001000 11010 1001 101000001 1001110 111010

Color Harmonies of #E740AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E740AC

Black with #E740AC

Text Example


Text Example

White with #E740AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E740AC; }

 p { color: rgb(231,64,172); }

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

background-color css

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

 a { background-color: rgb(231,64,172); }

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

border-color css

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

 span { border-color: rgb(231,64,172); }

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