Html Css Color HEX #EE319F Persian Rose

📋 copy color: '#EE319F'

red 238 ◦ green 49 ◦ blue 159

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

Shades of Persian Rose #EE319F

Tints of Persian Rose #EE319F

RGB

 RED value IS 238 (93.36% from 255) = 53.36%

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

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 53.36%
G = 10.99%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EE319F (or 0xEE319F) is known color: Persian Rose. HEX triplet: EE, 31 and 9F. RGB value is (238,49,159). Sum of RGB (Red+Green+Blue) = 238+49+159=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE319F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE319F is #11CE60. Grayscale: #757575. Windows color (decimal): -1166945 or 10433006. OLE color: 10433006.

HSL color Cylindrical-coordinate representation of color #EE319F: hue angle of 325.08º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE319F is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 49 159 -
CMYK 0 0.79 0.33 0.07
HSL 325.08º 0.85% 0.56% -
HSV(B) 325.08º 0.79% 0.93% -
XYZ 42.62 22.88 34.97 -
YUV 118.05 151.12 213.56 -
System Red Green Blue C M Y K H S L
Decimal 238 49 159 0 0.79 0.33 0.07 325.08 0.85 0.56
Hex EE 31 9F 0 4F 21 7 145 55 38
Octal 356 61 237 0 117 41 7 505 125 70
Binary 11101110 110001 10011111 0 1001111 100001 111 101000101 1010101 111000

Color Harmonies of #EE319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE319F

Black with #EE319F

Text Example


Text Example

White with #EE319F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE319F; }

 p { color: rgb(238,49,159); }

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

background-color css

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

 a { background-color: rgb(238,49,159); }

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

border-color css

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

 span { border-color: rgb(238,49,159); }

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