Html Css Color HEX #E731A3 Persian Rose

📋 copy color: '#E731A3'

red 231 ◦ green 49 ◦ blue 163

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

Shades of Persian Rose #E731A3

Tints of Persian Rose #E731A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.79%

R = 52.14%
G = 11.06%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E731A3 (or 0xE731A3) is known color: Persian Rose. HEX triplet: E7, 31 and A3. RGB value is (231,49,163). Sum of RGB (Red+Green+Blue) = 231+49+163=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E731A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E731A3 is #18CE5C. Grayscale: #747474. Windows color (decimal): -1625693 or 10695143. OLE color: 10695143.

HSL color Cylindrical-coordinate representation of color #E731A3: hue angle of 322.42º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E731A3 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 49 163 -
CMYK 0 0.79 0.29 0.09
HSL 322.42º 0.79% 0.55% -
HSV(B) 322.42º 0.79% 0.91% -
XYZ 40.66 21.83 36.72 -
YUV 116.41 154.3 209.73 -
System Red Green Blue C M Y K H S L
Decimal 231 49 163 0 0.79 0.29 0.09 322.42 0.79 0.55
Hex E7 31 A3 0 4F 1D 9 142 4F 37
Octal 347 61 243 0 117 35 11 502 117 67
Binary 11100111 110001 10100011 0 1001111 11101 1001 101000010 1001111 110111

Color Harmonies of #E731A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E731A3

Black with #E731A3

Text Example


Text Example

White with #E731A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E731A3; }

 p { color: rgb(231,49,163); }

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

background-color css

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

 a { background-color: rgb(231,49,163); }

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

border-color css

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

 span { border-color: rgb(231,49,163); }

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