Html Css Color HEX #EC56A5 Brilliant Rose

📋 copy color: '#EC56A5'

red 236 ◦ green 86 ◦ blue 165

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

Shades of Brilliant Rose #EC56A5

Tints of Brilliant Rose #EC56A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 48.46%
G = 17.66%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC56A5 (or 0xEC56A5) is known color: Brilliant Rose. HEX triplet: EC, 56 and A5. RGB value is (236,86,165). Sum of RGB (Red+Green+Blue) = 236+86+165=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 86 (33.98% from 255 or 17.66% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56A5 is #13A95A. Grayscale: #8B8B8B. Windows color (decimal): -1288539 or 10835692. OLE color: 10835692.

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

Color convert

RGB 236 86 165 -
CMYK 0 0.64 0.30 0.07
HSL 328.4º 0.8% 0.63% -
HSV(B) 328.4º 0.64% 0.93% -
XYZ 44.71 27.21 38.49 -
YUV 139.86 142.2 196.58 -
System Red Green Blue C M Y K H S L
Decimal 236 86 165 0 0.64 0.30 0.07 328.4 0.8 0.63
Hex EC 56 A5 0 40 1E 7 148 50 3F
Octal 354 126 245 0 100 36 7 510 120 77
Binary 11101100 1010110 10100101 0 1000000 11110 111 101001000 1010000 111111

Color Harmonies of #EC56A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56A5

Black with #EC56A5

Text Example


Text Example

White with #EC56A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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