Html Css Color HEX #EF329F Persian Rose

📋 copy color: '#EF329F'

red 239 ◦ green 50 ◦ blue 159

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

Shades of Persian Rose #EF329F

Tints of Persian Rose #EF329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.16%

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

R = 53.35%
G = 11.16%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF329F (or 0xEF329F) is known color: Persian Rose. HEX triplet: EF, 32 and 9F. RGB value is (239,50,159). Sum of RGB (Red+Green+Blue) = 239+50+159=448 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.35% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 239 - color contains mainly: red. Hex color #EF329F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF329F is #10CD60. Grayscale: #767676. Windows color (decimal): -1101153 or 10433263. OLE color: 10433263.

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

Color convert

RGB 239 50 159 -
CMYK 0 0.79 0.33 0.06
HSL 325.4º 0.86% 0.57% -
HSV(B) 325.4º 0.79% 0.94% -
XYZ 43 23.14 35 -
YUV 118.94 150.62 213.64 -
System Red Green Blue C M Y K H S L
Decimal 239 50 159 0 0.79 0.33 0.06 325.4 0.86 0.57
Hex EF 32 9F 0 4F 21 6 145 56 39
Octal 357 62 237 0 117 41 6 505 126 71
Binary 11101111 110010 10011111 0 1001111 100001 110 101000101 1010110 111001

Color Harmonies of #EF329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF329F

Black with #EF329F

Text Example


Text Example

White with #EF329F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF329F; }

 p { color: rgb(239,50,159); }

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

background-color css

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

 a { background-color: rgb(239,50,159); }

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

border-color css

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

 span { border-color: rgb(239,50,159); }

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