Html Css Color HEX #E732A3 Persian Rose

📋 copy color: '#E732A3'

red 231 ◦ green 50 ◦ blue 163

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

Shades of Persian Rose #E732A3

Tints of Persian Rose #E732A3

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.26%

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

R = 52.03%
G = 11.26%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E732A3 (or 0xE732A3) is known color: Persian Rose. HEX triplet: E7, 32 and A3. RGB value is (231,50,163). Sum of RGB (Red+Green+Blue) = 231+50+163=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 50 (19.92% from 255 or 11.26% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E732A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E732A3 is #18CD5C. Grayscale: #747474. Windows color (decimal): -1625437 or 10695399. OLE color: 10695399.

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

Color convert

RGB 231 50 163 -
CMYK 0 0.78 0.29 0.09
HSL 322.54º 0.79% 0.55% -
HSV(B) 322.54º 0.78% 0.91% -
XYZ 40.71 21.91 36.73 -
YUV 117 153.97 209.31 -
System Red Green Blue C M Y K H S L
Decimal 231 50 163 0 0.78 0.29 0.09 322.54 0.79 0.55
Hex E7 32 A3 0 4E 1D 9 143 4F 37
Octal 347 62 243 0 116 35 11 503 117 67
Binary 11100111 110010 10100011 0 1001110 11101 1001 101000011 1001111 110111

Color Harmonies of #E732A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E732A3

Black with #E732A3

Text Example


Text Example

White with #E732A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E732A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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