#EC63A4

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

Shades of Brilliant Rose #EC63A4

Tints of Brilliant Rose #EC63A4

Color information

#EC63A4 (or 0xEC63A4) is unknown color: approx Brilliant Rose. HEX triplet: EC, 63 and A4. RGB value is (236,99,164). Sum of RGB (Red+Green+Blue) = 236+99+164=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC63A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC63A4 is #139C5B. Grayscale: #939393. Windows color (decimal): -1285212 or 10773484. OLE color: 10773484.

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

Color convert

RGB23699164-
CMYK00.580.310.07
HSL331.53º78.29%65.69%-
HSV(B)331.53º58.05%92.55%-
XYZ45.7529.4438.39-
YUV147.37137.39191.21-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.29%
GREEN value IS 99 (39.06% from 255) = 19.84%
BLUE value IS 164 (64.45% from 255) = 32.87%
R=47.29%
G=19.84%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369916400.580.310.07331.5378.2965.69
HexEC63A403A1F714c4e42
Octal354143244072377514116102
Binary1110110011000111010010001110101111111110100110010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC63A4; }

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

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

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

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

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

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

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

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