Html Css Color HEX #EF31AA Persian Rose

📋 copy color: '#EF31AA'

red 239 ◦ green 49 ◦ blue 170

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

Shades of Persian Rose #EF31AA

Tints of Persian Rose #EF31AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.12%

R = 52.18%
G = 10.7%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF31AA (or 0xEF31AA) is known color: Persian Rose. HEX triplet: EF, 31 and AA. RGB value is (239,49,170). Sum of RGB (Red+Green+Blue) = 239+49+170=458 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.18% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF31AA is #10CE55. Grayscale: #777777. Windows color (decimal): -1101398 or 11153903. OLE color: 11153903.

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

Color convert

RGB 239 49 170 -
CMYK 0 0.79 0.29 0.06
HSL 321.79º 0.86% 0.56% -
HSV(B) 321.79º 0.79% 0.94% -
XYZ 43.95 23.45 40.24 -
YUV 119.6 156.45 213.16 -
System Red Green Blue C M Y K H S L
Decimal 239 49 170 0 0.79 0.29 0.06 321.79 0.86 0.56
Hex EF 31 AA 0 4F 1D 6 142 56 38
Octal 357 61 252 0 117 35 6 502 126 70
Binary 11101111 110001 10101010 0 1001111 11101 110 101000010 1010110 111000

Color Harmonies of #EF31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF31AA

Black with #EF31AA

Text Example


Text Example

White with #EF31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF31AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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