Html Css Color HEX #EF2E9F Persian Rose

📋 copy color: '#EF2E9F'

red 239 ◦ green 46 ◦ blue 159

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

Shades of Persian Rose #EF2E9F

Tints of Persian Rose #EF2E9F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.36%

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

R = 53.83%
G = 10.36%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF2E9F (or 0xEF2E9F) is known color: Persian Rose. HEX triplet: EF, 2E and 9F. RGB value is (239,46,159). Sum of RGB (Red+Green+Blue) = 239+46+159=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 46 (18.36% from 255 or 10.36% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2E9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2E9F is #10D160. Grayscale: #747474. Windows color (decimal): -1102177 or 10432239. OLE color: 10432239.

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

Color convert

RGB 239 46 159 -
CMYK 0 0.81 0.33 0.06
HSL 324.87º 0.86% 0.56% -
HSV(B) 324.87º 0.81% 0.94% -
XYZ 42.83 22.81 34.95 -
YUV 116.59 151.94 215.31 -
System Red Green Blue C M Y K H S L
Decimal 239 46 159 0 0.81 0.33 0.06 324.87 0.86 0.56
Hex EF 2E 9F 0 51 21 6 145 56 38
Octal 357 56 237 0 121 41 6 505 126 70
Binary 11101111 101110 10011111 0 1010001 100001 110 101000101 1010110 111000

Color Harmonies of #EF2E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF2E9F

Black with #EF2E9F

Text Example


Text Example

White with #EF2E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF2E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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