Html Css Color HEX #EF299F Persian Rose

📋 copy color: '#EF299F'

red 239 ◦ green 41 ◦ blue 159

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

Shades of Persian Rose #EF299F

Tints of Persian Rose #EF299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.34%

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

R = 54.44%
G = 9.34%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF299F (or 0xEF299F) is known color: Persian Rose. HEX triplet: EF, 29 and 9F. RGB value is (239,41,159). Sum of RGB (Red+Green+Blue) = 239+41+159=439 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.44% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 239 - color contains mainly: red. Hex color #EF299F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF299F is #10D660. Grayscale: #717171. Windows color (decimal): -1103457 or 10430959. OLE color: 10430959.

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

Color convert

RGB 239 41 159 -
CMYK 0 0.83 0.33 0.06
HSL 324.24º 0.86% 0.55% -
HSV(B) 324.24º 0.83% 0.94% -
XYZ 42.65 22.44 34.88 -
YUV 113.65 153.6 217.41 -
System Red Green Blue C M Y K H S L
Decimal 239 41 159 0 0.83 0.33 0.06 324.24 0.86 0.55
Hex EF 29 9F 0 53 21 6 144 56 37
Octal 357 51 237 0 123 41 6 504 126 67
Binary 11101111 101001 10011111 0 1010011 100001 110 101000100 1010110 110111

Color Harmonies of #EF299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF299F

Black with #EF299F

Text Example


Text Example

White with #EF299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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