Html Css Color HEX #E640AC Persian Rose

📋 copy color: '#E640AC'

red 230 ◦ green 64 ◦ blue 172

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

Shades of Persian Rose #E640AC

Tints of Persian Rose #E640AC

RGB

 RED value IS 230 (90.23% from 255) = 49.36%

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

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

R = 49.36%
G = 13.73%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#E640AC (or 0xE640AC) is known color: Persian Rose. HEX triplet: E6, 40 and AC. RGB value is (230,64,172). Sum of RGB (Red+Green+Blue) = 230+64+172=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E640AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E640AC is #19BF53. Grayscale: #7D7D7D. Windows color (decimal): -1687380 or 11288806. OLE color: 11288806.

HSL color Cylindrical-coordinate representation of color #E640AC: hue angle of 320.96º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E640AC is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 64 172 -
CMYK 0 0.72 0.25 0.10
HSL 320.96º 0.77% 0.58% -
HSV(B) 320.96º 0.72% 0.9% -
XYZ 41.91 23.47 41.35 -
YUV 125.95 154 202.22 -
System Red Green Blue C M Y K H S L
Decimal 230 64 172 0 0.72 0.25 0.10 320.96 0.77 0.58
Hex E6 40 AC 0 48 19 A 141 4D 3A
Octal 346 100 254 0 110 31 12 501 115 72
Binary 11100110 1000000 10101100 0 1001000 11001 1010 101000001 1001101 111010

Color Harmonies of #E640AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E640AC

Black with #E640AC

Text Example


Text Example

White with #E640AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E640AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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