Html Css Color HEX #EC56B2 Brilliant Rose

📋 copy color: '#EC56B2'

red 236 ◦ green 86 ◦ blue 178

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

Shades of Brilliant Rose #EC56B2

Tints of Brilliant Rose #EC56B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.6%

R = 47.2%
G = 17.2%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC56B2 (or 0xEC56B2) is known color: Brilliant Rose. HEX triplet: EC, 56 and B2. RGB value is (236,86,178). Sum of RGB (Red+Green+Blue) = 236+86+178=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 178 (69.92% from 255 or 35.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56B2 is #13A94D. Grayscale: #8D8D8D. Windows color (decimal): -1288526 or 11687660. OLE color: 11687660.

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

Color convert

RGB 236 86 178 -
CMYK 0 0.64 0.25 0.07
HSL 323.2º 0.8% 0.63% -
HSV(B) 323.2º 0.64% 0.93% -
XYZ 45.96 27.7 45.04 -
YUV 141.34 148.7 195.52 -
System Red Green Blue C M Y K H S L
Decimal 236 86 178 0 0.64 0.25 0.07 323.2 0.8 0.63
Hex EC 56 B2 0 40 19 7 143 50 3F
Octal 354 126 262 0 100 31 7 503 120 77
Binary 11101100 1010110 10110010 0 1000000 11001 111 101000011 1010000 111111

Color Harmonies of #EC56B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56B2

Black with #EC56B2

Text Example


Text Example

White with #EC56B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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