Html Css Color HEX #E931AC Persian Rose

📋 copy color: '#E931AC'

red 233 ◦ green 49 ◦ blue 172

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

Shades of Persian Rose #E931AC

Tints of Persian Rose #E931AC

RGB

 RED value IS 233 (91.41% from 255) = 51.32%

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

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 51.32%
G = 10.79%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E931AC (or 0xE931AC) is known color: Persian Rose. HEX triplet: E9, 31 and AC. RGB value is (233,49,172). Sum of RGB (Red+Green+Blue) = 233+49+172=454 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.32% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 233 - color contains mainly: red. Hex color #E931AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E931AC is #16CE53. Grayscale: #757575. Windows color (decimal): -1494612 or 11284969. OLE color: 11284969.

HSL color Cylindrical-coordinate representation of color #E931AC: hue angle of 319.89º degrees, saturation: 0.81, 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 #E931AC is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 49 172 -
CMYK 0 0.79 0.26 0.09
HSL 319.89º 0.81% 0.55% -
HSV(B) 319.89º 0.79% 0.91% -
XYZ 42.15 22.5 41.15 -
YUV 118.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 233 49 172 0 0.79 0.26 0.09 319.89 0.81 0.55
Hex E9 31 AC 0 4F 1A 9 140 51 37
Octal 351 61 254 0 117 32 11 500 121 67
Binary 11101001 110001 10101100 0 1001111 11010 1001 101000000 1010001 110111

Color Harmonies of #E931AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E931AC

Black with #E931AC

Text Example


Text Example

White with #E931AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E931AC; }

 p { color: rgb(233,49,172); }

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

background-color css

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

 a { background-color: rgb(233,49,172); }

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

border-color css

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

 span { border-color: rgb(233,49,172); }

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