#EF65A0

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

Shades of Brilliant Rose #EF65A0

Tints of Brilliant Rose #EF65A0

Color information

#EF65A0 (or 0xEF65A0) is unknown color: approx Brilliant Rose. HEX triplet: EF, 65 and A0. RGB value is (239,101,160). Sum of RGB (Red+Green+Blue) = 239+101+160=500 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.8% from 500); Green value is 101 (39.84% from 255 or 20.2% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65A0 is #109A5F. Grayscale: #949494. Windows color (decimal): -1088096 or 10511855. OLE color: 10511855.

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

Color convert

RGB239101160-
CMYK00.580.330.06
HSL334.35º81.18%66.67%-
HSV(B)334.35º57.74%93.73%-
XYZ46.630.236.63-
YUV148.99134.22192.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.8%
GREEN value IS 101 (39.84% from 255) = 20.2%
BLUE value IS 160 (62.89% from 255) = 32%
R=47.8%
G=20.2%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910116000.580.330.06334.3581.1866.67
HexEF65A003A21614e5143
Octal357145240072416516121103
Binary11101111110010110100000011101010000111010100111010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65A0; }

 p { color: rgb(239,101,160); }

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

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

 a { background-color: rgb(239,101,160); }

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

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

 span { border-color: rgb(239,101,160); }

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