Html Css Color HEX #E639AA Persian Rose

📋 copy color: '#E639AA'

red 230 ◦ green 57 ◦ blue 170

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

Shades of Persian Rose #E639AA

Tints of Persian Rose #E639AA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.47%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 50.33%
G = 12.47%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E639AA (or 0xE639AA) is known color: Persian Rose. HEX triplet: E6, 39 and AA. RGB value is (230,57,170). Sum of RGB (Red+Green+Blue) = 230+57+170=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E639AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E639AA is #19C655. Grayscale: #797979. Windows color (decimal): -1689174 or 11155942. OLE color: 11155942.

HSL color Cylindrical-coordinate representation of color #E639AA: hue angle of 320.81º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E639AA is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 57 170 -
CMYK 0 0.75 0.26 0.10
HSL 320.81º 0.78% 0.56% -
HSV(B) 320.81º 0.75% 0.9% -
XYZ 41.35 22.65 40.22 -
YUV 121.61 155.31 205.31 -
System Red Green Blue C M Y K H S L
Decimal 230 57 170 0 0.75 0.26 0.10 320.81 0.78 0.56
Hex E6 39 AA 0 4B 1A A 141 4E 38
Octal 346 71 252 0 113 32 12 501 116 70
Binary 11100110 111001 10101010 0 1001011 11010 1010 101000001 1001110 111000

Color Harmonies of #E639AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E639AA

Black with #E639AA

Text Example


Text Example

White with #E639AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E639AA; }

 p { color: rgb(230,57,170); }

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

background-color css

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

 a { background-color: rgb(230,57,170); }

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

border-color css

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

 span { border-color: rgb(230,57,170); }

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