Html Css Color HEX #E931A6 Persian Rose

📋 copy color: '#E931A6'

red 233 ◦ green 49 ◦ blue 166

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

Shades of Persian Rose #E931A6

Tints of Persian Rose #E931A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.05%

R = 52.01%
G = 10.94%
B = 37.05%

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

#E931A6 (or 0xE931A6) is known color: Persian Rose. HEX triplet: E9, 31 and A6. RGB value is (233,49,166). Sum of RGB (Red+Green+Blue) = 233+49+166=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E931A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E931A6 is #16CE59. Grayscale: #757575. Windows color (decimal): -1494618 or 10891753. OLE color: 10891753.

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

Color convert

RGB 233 49 166 -
CMYK 0 0.79 0.29 0.09
HSL 321.85º 0.81% 0.55% -
HSV(B) 321.85º 0.79% 0.91% -
XYZ 41.59 22.27 38.18 -
YUV 117.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 233 49 166 0 0.79 0.29 0.09 321.85 0.81 0.55
Hex E9 31 A6 0 4F 1D 9 142 51 37
Octal 351 61 246 0 117 35 11 502 121 67
Binary 11101001 110001 10100110 0 1001111 11101 1001 101000010 1010001 110111

Color Harmonies of #E931A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E931A6

Black with #E931A6

Text Example


Text Example

White with #E931A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E931A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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