Html Css Color HEX #E631A9 Persian Rose

📋 copy color: '#E631A9'

red 230 ◦ green 49 ◦ blue 169

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

Shades of Persian Rose #E631A9

Tints of Persian Rose #E631A9

RGB

 RED value IS 230 (90.23% from 255) = 51.34%

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

 BLUE value IS 169 (66.41% from 255) = 37.72%

R = 51.34%
G = 10.94%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.10

RGB Variations

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

Color information

#E631A9 (or 0xE631A9) is known color: Persian Rose. HEX triplet: E6, 31 and A9. RGB value is (230,49,169). Sum of RGB (Red+Green+Blue) = 230+49+169=448 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.34% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 169 (66.41% from 255 or 37.72% from 448); Max value from RGB is 230 - color contains mainly: red. Hex color #E631A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631A9 is #19CE56. Grayscale: #747474. Windows color (decimal): -1691223 or 11088358. OLE color: 11088358.

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

Color convert

RGB 230 49 169 -
CMYK 0 0.79 0.27 0.10
HSL 320.22º 0.78% 0.55% -
HSV(B) 320.22º 0.79% 0.9% -
XYZ 40.89 21.88 39.6 -
YUV 116.8 157.47 208.74 -
System Red Green Blue C M Y K H S L
Decimal 230 49 169 0 0.79 0.27 0.10 320.22 0.78 0.55
Hex E6 31 A9 0 4F 1B A 140 4E 37
Octal 346 61 251 0 117 33 12 500 116 67
Binary 11100110 110001 10101001 0 1001111 11011 1010 101000000 1001110 110111

Color Harmonies of #E631A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E631A9

Black with #E631A9

Text Example


Text Example

White with #E631A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E631A9; }

 p { color: rgb(230,49,169); }

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

background-color css

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

 a { background-color: rgb(230,49,169); }

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

border-color css

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

 span { border-color: rgb(230,49,169); }

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