Html Css Color HEX #EC569C Brilliant Rose

📋 copy color: '#EC569C'

red 236 ◦ green 86 ◦ blue 156

#EC569C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brilliant Rose #EC569C

Tints of Brilliant Rose #EC569C

RGB

 RED value IS 236 (92.58% from 255) = 49.37%

 GREEN value IS 86 (33.98% from 255) = 17.99%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 49.37%
G = 17.99%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC569C (or 0xEC569C) is known color: Brilliant Rose. HEX triplet: EC, 56 and 9C. RGB value is (236,86,156). Sum of RGB (Red+Green+Blue) = 236+86+156=478 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.37% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 236 - color contains mainly: red. Hex color #EC569C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC569C is #13A963. Grayscale: #8A8A8A. Windows color (decimal): -1288548 or 10245868. OLE color: 10245868.

HSL color Cylindrical-coordinate representation of color #EC569C: hue angle of 332º 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 #EC569C is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 86 156 -
CMYK 0 0.64 0.34 0.07
HSL 332º 0.8% 0.63% -
HSV(B) 332º 0.64% 0.93% -
XYZ 43.92 26.89 34.33 -
YUV 138.83 137.7 197.31 -
System Red Green Blue C M Y K H S L
Decimal 236 86 156 0 0.64 0.34 0.07 332 0.8 0.63
Hex EC 56 9C 0 40 22 7 14C 50 3F
Octal 354 126 234 0 100 42 7 514 120 77
Binary 11101100 1010110 10011100 0 1000000 100010 111 101001100 1010000 111111

Color Harmonies of #EC569C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC569C

Black with #EC569C

Text Example


Text Example

White with #EC569C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC569C; }

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

 H1.HeaderClassName
 {
   color: #EC569C;
 }
 .AnyTagClassName
 {
   color: #EC569C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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