Html Css Color HEX #EE319E Persian Rose

📋 copy color: '#EE319E'

red 238 ◦ green 49 ◦ blue 158

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

Shades of Persian Rose #EE319E

Tints of Persian Rose #EE319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.51%

R = 53.48%
G = 11.01%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EE319E (or 0xEE319E) is known color: Persian Rose. HEX triplet: EE, 31 and 9E. RGB value is (238,49,158). Sum of RGB (Red+Green+Blue) = 238+49+158=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE319E is #11CE61. Grayscale: #757575. Windows color (decimal): -1166946 or 10367470. OLE color: 10367470.

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

Color convert

RGB 238 49 158 -
CMYK 0 0.79 0.34 0.07
HSL 325.4º 0.85% 0.56% -
HSV(B) 325.4º 0.79% 0.93% -
XYZ 42.53 22.84 34.52 -
YUV 117.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 238 49 158 0 0.79 0.34 0.07 325.4 0.85 0.56
Hex EE 31 9E 0 4F 22 7 145 55 38
Octal 356 61 236 0 117 42 7 505 125 70
Binary 11101110 110001 10011110 0 1001111 100010 111 101000101 1010101 111000

Color Harmonies of #EE319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE319E

Black with #EE319E

Text Example


Text Example

White with #EE319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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