Html Css Color HEX #E6319D Persian Rose

📋 copy color: '#E6319D'

red 230 ◦ green 49 ◦ blue 157

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

Shades of Persian Rose #E6319D

Tints of Persian Rose #E6319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 52.75%
G = 11.24%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.10

RGB Variations

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

Color information

#E6319D (or 0xE6319D) is known color: Persian Rose. HEX triplet: E6, 31 and 9D. RGB value is (230,49,157). Sum of RGB (Red+Green+Blue) = 230+49+157=436 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.75% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 230 - color contains mainly: red. Hex color #E6319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E6319D is #19CE62. Grayscale: #737373. Windows color (decimal): -1691235 or 10301926. OLE color: 10301926.

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

Color convert

RGB 230 49 157 -
CMYK 0 0.79 0.32 0.10
HSL 324.2º 0.78% 0.55% -
HSV(B) 324.2º 0.79% 0.9% -
XYZ 39.82 21.45 33.94 -
YUV 115.43 151.47 209.72 -
System Red Green Blue C M Y K H S L
Decimal 230 49 157 0 0.79 0.32 0.10 324.2 0.78 0.55
Hex E6 31 9D 0 4F 20 A 144 4E 37
Octal 346 61 235 0 117 40 12 504 116 67
Binary 11100110 110001 10011101 0 1001111 100000 1010 101000100 1001110 110111

Color Harmonies of #E6319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6319D

Black with #E6319D

Text Example


Text Example

White with #E6319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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