Html Css Color HEX #E631AA Persian Rose

📋 copy color: '#E631AA'

red 230 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #E631AA

Tints of Persian Rose #E631AA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.91%

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

R = 51.22%
G = 10.91%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E631AA (or 0xE631AA) is known color: Persian Rose. HEX triplet: E6, 31 and AA. RGB value is (230,49,170). Sum of RGB (Red+Green+Blue) = 230+49+170=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 49 (19.53% from 255 or 10.91% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E631AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631AA is #19CE55. Grayscale: #747474. Windows color (decimal): -1691222 or 11153894. OLE color: 11153894.

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

Color convert

RGB 230 49 170 -
CMYK 0 0.79 0.26 0.10
HSL 319.89º 0.78% 0.55% -
HSV(B) 319.89º 0.79% 0.9% -
XYZ 40.99 21.92 40.1 -
YUV 116.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 230 49 170 0 0.79 0.26 0.10 319.89 0.78 0.55
Hex E6 31 AA 0 4F 1A A 140 4E 37
Octal 346 61 252 0 117 32 12 500 116 67
Binary 11100110 110001 10101010 0 1001111 11010 1010 101000000 1001110 110111

Color Harmonies of #E631AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E631AA

Black with #E631AA

Text Example


Text Example

White with #E631AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E631AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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