#EF65A2

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

Shades of Brilliant Rose #EF65A2

Tints of Brilliant Rose #EF65A2

Color information

#EF65A2 (or 0xEF65A2) is unknown color: approx Brilliant Rose. HEX triplet: EF, 65 and A2. RGB value is (239,101,162). Sum of RGB (Red+Green+Blue) = 239+101+162=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 101 (39.84% from 255 or 20.12% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EF65A2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF65A2 is #109A5D. Grayscale: #959595. Windows color (decimal): -1088094 or 10642927. OLE color: 10642927.

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

Color convert

RGB239101162-
CMYK00.580.320.06
HSL333.48º81.18%66.67%-
HSV(B)333.48º57.74%93.73%-
XYZ46.7730.2737.56-
YUV149.22135.22192.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 101 (39.84% from 255) = 20.12%
BLUE value IS 162 (63.67% from 255) = 32.27%
R=47.61%
G=20.12%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23910116200.580.320.06333.4881.1866.67
HexEF65A203A20614d5143
Octal357145242072406515121103
Binary11101111110010110100010011101010000011010100110110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF65A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF65A2; }

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

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

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

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

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

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

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

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