Html Css Color HEX #EC569B Brilliant Rose

📋 copy color: '#EC569B'

red 236 ◦ green 86 ◦ blue 155

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

Shades of Brilliant Rose #EC569B

Tints of Brilliant Rose #EC569B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.49%

R = 49.48%
G = 18.03%
B = 32.49%

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

#EC569B (or 0xEC569B) is known color: Brilliant Rose. HEX triplet: EC, 56 and 9B. RGB value is (236,86,155). Sum of RGB (Red+Green+Blue) = 236+86+155=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 86 (33.98% from 255 or 18.03% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC569B is #13A964. Grayscale: #8A8A8A. Windows color (decimal): -1288549 or 10180332. OLE color: 10180332.

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

Color convert

RGB 236 86 155 -
CMYK 0 0.64 0.34 0.07
HSL 332.4º 0.8% 0.63% -
HSV(B) 332.4º 0.64% 0.93% -
XYZ 43.84 26.86 33.88 -
YUV 138.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 236 86 155 0 0.64 0.34 0.07 332.4 0.8 0.63
Hex EC 56 9B 0 40 22 7 14C 50 3F
Octal 354 126 233 0 100 42 7 514 120 77
Binary 11101100 1010110 10011011 0 1000000 100010 111 101001100 1010000 111111

Color Harmonies of #EC569B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC569B

Black with #EC569B

Text Example


Text Example

White with #EC569B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC569B; }

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

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

background-color css

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

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

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

border-color css

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

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

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