Html Css Color HEX #E631AB Persian Rose

📋 copy color: '#E631AB'

red 230 ◦ green 49 ◦ blue 171

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

Shades of Persian Rose #E631AB

Tints of Persian Rose #E631AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 51.11%
G = 10.89%
B = 38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#E631AB (or 0xE631AB) is known color: Persian Rose. HEX triplet: E6, 31 and AB. RGB value is (230,49,171). Sum of RGB (Red+Green+Blue) = 230+49+171=450 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.11% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 230 - color contains mainly: red. Hex color #E631AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631AB is #19CE54. Grayscale: #747474. Windows color (decimal): -1691221 or 11219430. OLE color: 11219430.

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

Color convert

RGB 230 49 171 -
CMYK 0 0.79 0.26 0.10
HSL 319.56º 0.78% 0.55% -
HSV(B) 319.56º 0.79% 0.9% -
XYZ 41.08 21.96 40.6 -
YUV 117.03 158.47 208.58 -
System Red Green Blue C M Y K H S L
Decimal 230 49 171 0 0.79 0.26 0.10 319.56 0.78 0.55
Hex E6 31 AB 0 4F 1A A 140 4E 37
Octal 346 61 253 0 117 32 12 500 116 67
Binary 11100110 110001 10101011 0 1001111 11010 1010 101000000 1001110 110111

Color Harmonies of #E631AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E631AB

Black with #E631AB

Text Example


Text Example

White with #E631AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E631AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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