Html Css Color HEX #EF319E Persian Rose

📋 copy color: '#EF319E'

red 239 ◦ green 49 ◦ blue 158

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

Shades of Persian Rose #EF319E

Tints of Persian Rose #EF319E

RGB

 RED value IS 239 (93.75% from 255) = 53.59%

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

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

R = 53.59%
G = 10.99%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF319E (or 0xEF319E) is known color: Persian Rose. HEX triplet: EF, 31 and 9E. RGB value is (239,49,158). Sum of RGB (Red+Green+Blue) = 239+49+158=446 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.59% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 158 (62.11% from 255 or 35.43% from 446); Max value from RGB is 239 - color contains mainly: red. Hex color #EF319E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF319E is #10CE61. Grayscale: #757575. Windows color (decimal): -1101410 or 10367471. OLE color: 10367471.

HSL color Cylindrical-coordinate representation of color #EF319E: hue angle of 325.58º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF319E is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 49 158 -
CMYK 0 0.79 0.34 0.06
HSL 325.58º 0.86% 0.56% -
HSV(B) 325.58º 0.79% 0.94% -
XYZ 42.87 23.02 34.53 -
YUV 118.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 239 49 158 0 0.79 0.34 0.06 325.58 0.86 0.56
Hex EF 31 9E 0 4F 22 6 146 56 38
Octal 357 61 236 0 117 42 6 506 126 70
Binary 11101111 110001 10011110 0 1001111 100010 110 101000110 1010110 111000

Color Harmonies of #EF319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF319E

Black with #EF319E

Text Example


Text Example

White with #EF319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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