Html Css Color HEX #EC56A7 Brilliant Rose

📋 copy color: '#EC56A7'

red 236 ◦ green 86 ◦ blue 167

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

Shades of Brilliant Rose #EC56A7

Tints of Brilliant Rose #EC56A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.15%

R = 48.26%
G = 17.59%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EC56A7 (or 0xEC56A7) is known color: Brilliant Rose. HEX triplet: EC, 56 and A7. RGB value is (236,86,167). Sum of RGB (Red+Green+Blue) = 236+86+167=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 86 (33.98% from 255 or 17.59% from 489); Blue value is 167 (65.62% from 255 or 34.15% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC56A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC56A7 is #13A958. Grayscale: #8B8B8B. Windows color (decimal): -1288537 or 10966764. OLE color: 10966764.

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

Color convert

RGB 236 86 167 -
CMYK 0 0.64 0.29 0.07
HSL 327.6º 0.8% 0.63% -
HSV(B) 327.6º 0.64% 0.93% -
XYZ 44.89 27.28 39.46 -
YUV 140.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 236 86 167 0 0.64 0.29 0.07 327.6 0.8 0.63
Hex EC 56 A7 0 40 1D 7 148 50 3F
Octal 354 126 247 0 100 35 7 510 120 77
Binary 11101100 1010110 10100111 0 1000000 11101 111 101001000 1010000 111111

Color Harmonies of #EC56A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC56A7

Black with #EC56A7

Text Example


Text Example

White with #EC56A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC56A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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