#EC65A4

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

Shades of Brilliant Rose #EC65A4

Tints of Brilliant Rose #EC65A4

Color information

#EC65A4 (or 0xEC65A4) is unknown color: approx Brilliant Rose. HEX triplet: EC, 65 and A4. RGB value is (236,101,164). Sum of RGB (Red+Green+Blue) = 236+101+164=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 164 (64.45% from 255 or 32.73% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC65A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC65A4 is #139A5B. Grayscale: #949494. Windows color (decimal): -1284700 or 10773996. OLE color: 10773996.

HSL color Cylindrical-coordinate representation of color #EC65A4: hue angle of 332º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EC65A4 is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB236101164-
CMYK00.570.310.07
HSL332º78.03%66.08%-
HSV(B)332º57.2%92.55%-
XYZ45.9529.8238.46-
YUV148.55136.73190.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 164 (64.45% from 255) = 32.73%
R=47.11%
G=20.16%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610116400.570.310.0733278.0366.08
HexEC65A40391F714c4e42
Octal354145244071377514116102
Binary1110110011001011010010001110011111111110100110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC65A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC65A4; }

 p { color: rgb(236,101,164); }

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

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

 a { background-color: rgb(236,101,164); }

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

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

 span { border-color: rgb(236,101,164); }

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