#EF35AF

Color #EF35AF Persian Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Rose #EF35AF

Tints of Persian Rose #EF35AF

Color information

#EF35AF (or 0xEF35AF) is unknown color: approx Persian Rose. HEX triplet: EF, 35 and AF. RGB value is (239,53,175). Sum of RGB (Red+Green+Blue) = 239+53+175=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF35AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF35AF is #10CA50. Grayscale: #7A7A7A. Windows color (decimal): -1100369 or 11482607. OLE color: 11482607.

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

Color convert

RGB23953175-
CMYK00.780.270.06
HSL320.65º85.32%57.25%-
HSV(B)320.65º77.82%93.73%-
XYZ44.6123.9942.84-
YUV122.52157.62211.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.18%
GREEN value IS 53 (21.09% from 255) = 11.35%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=51.18%
G=11.35%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2395317500.780.270.06320.6585.3257.25
HexEF35AF04E1B61415539
Octal35765257011633650112571
Binary111011111101011010111101001110110111101010000011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF35AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF35AF; }

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

 H1.HeaderClassName
 {
   color: #EF35AF;
 }
 .AnyTagClassName
 {
   color: #EF35AF;
 }
</style>
background-color css

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

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

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

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

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

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