Html Css Color HEX #EF39AF Persian Rose

📋 copy color: '#EF39AF'

red 239 ◦ green 57 ◦ blue 175

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

Shades of Persian Rose #EF39AF

Tints of Persian Rose #EF39AF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.1%

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 50.74%
G = 12.1%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF39AF (or 0xEF39AF) is known color: Persian Rose. HEX triplet: EF, 39 and AF. RGB value is (239,57,175). Sum of RGB (Red+Green+Blue) = 239+57+175=471 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.74% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF39AF is #10C650. Grayscale: #7C7C7C. Windows color (decimal): -1099345 or 11483631. OLE color: 11483631.

HSL color Cylindrical-coordinate representation of color #EF39AF: hue angle of 321.1º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF39AF is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 57 175 -
CMYK 0 0.76 0.27 0.06
HSL 321.1º 0.85% 0.58% -
HSV(B) 321.1º 0.76% 0.94% -
XYZ 44.8 24.37 42.9 -
YUV 124.87 156.3 209.41 -
System Red Green Blue C M Y K H S L
Decimal 239 57 175 0 0.76 0.27 0.06 321.1 0.85 0.58
Hex EF 39 AF 0 4C 1B 6 141 55 3A
Octal 357 71 257 0 114 33 6 501 125 72
Binary 11101111 111001 10101111 0 1001100 11011 110 101000001 1010101 111010

Color Harmonies of #EF39AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF39AF

Black with #EF39AF

Text Example


Text Example

White with #EF39AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF39AF; }

 p { color: rgb(239,57,175); }

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

background-color css

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

 a { background-color: rgb(239,57,175); }

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

border-color css

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

 span { border-color: rgb(239,57,175); }

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