Html Css Color HEX #E732A8 Persian Rose

📋 copy color: '#E732A8'

red 231 ◦ green 50 ◦ blue 168

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

Shades of Persian Rose #E732A8

Tints of Persian Rose #E732A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 51.45%
G = 11.14%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E732A8 (or 0xE732A8) is known color: Persian Rose. HEX triplet: E7, 32 and A8. RGB value is (231,50,168). Sum of RGB (Red+Green+Blue) = 231+50+168=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 50 (19.92% from 255 or 11.14% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E732A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E732A8 is #18CD57. Grayscale: #757575. Windows color (decimal): -1625432 or 11023079. OLE color: 11023079.

HSL color Cylindrical-coordinate representation of color #E732A8: hue angle of 320.88º 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 #E732A8 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 50 168 -
CMYK 0 0.78 0.27 0.09
HSL 320.88º 0.79% 0.55% -
HSV(B) 320.88º 0.78% 0.91% -
XYZ 41.16 22.1 39.14 -
YUV 117.57 156.47 208.91 -
System Red Green Blue C M Y K H S L
Decimal 231 50 168 0 0.78 0.27 0.09 320.88 0.79 0.55
Hex E7 32 A8 0 4E 1B 9 141 4F 37
Octal 347 62 250 0 116 33 11 501 117 67
Binary 11100111 110010 10101000 0 1001110 11011 1001 101000001 1001111 110111

Color Harmonies of #E732A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E732A8

Black with #E732A8

Text Example


Text Example

White with #E732A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E732A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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