#EC569D

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

Shades of Brilliant Rose #EC569D

Tints of Brilliant Rose #EC569D

Color information

#EC569D (or 0xEC569D) is unknown color: approx Brilliant Rose. HEX triplet: EC, 56 and 9D. RGB value is (236,86,157). Sum of RGB (Red+Green+Blue) = 236+86+157=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 157 (61.72% from 255 or 32.78% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC569D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC569D is #13A962. Grayscale: #8A8A8A. Windows color (decimal): -1288547 or 10311404. OLE color: 10311404.

HSL color Cylindrical-coordinate representation of color #EC569D: hue angle of 331.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EC569D is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB23686157-
CMYK00.640.330.07
HSL331.6º79.79%63.14%-
HSV(B)331.6º63.56%92.55%-
XYZ44.0126.9234.78-
YUV138.94138.2197.23-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 86 (33.98% from 255) = 17.95%
BLUE value IS 157 (61.72% from 255) = 32.78%
R=49.27%
G=17.95%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2368615700.640.330.07331.679.7963.14
HexEC569D04021714c503f
Octal354126235010041751412077
Binary11101100101011010011101010000001000011111010011001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC569D; }

 p { color: rgb(236,86,157); }

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

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

 a { background-color: rgb(236,86,157); }

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

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

 span { border-color: rgb(236,86,157); }

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