Html Css Color HEX #EC55A8 Brilliant Rose

📋 copy color: '#EC55A8'

red 236 ◦ green 85 ◦ blue 168

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

Shades of Brilliant Rose #EC55A8

Tints of Brilliant Rose #EC55A8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.38%

 BLUE value IS 168 (66.02% from 255) = 34.36%

R = 48.26%
G = 17.38%
B = 34.36%

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

#EC55A8 (or 0xEC55A8) is known color: Brilliant Rose. HEX triplet: EC, 55 and A8. RGB value is (236,85,168). Sum of RGB (Red+Green+Blue) = 236+85+168=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55A8 is #13AA57. Grayscale: #8B8B8B. Windows color (decimal): -1288792 or 11032044. OLE color: 11032044.

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

Color convert

RGB 236 85 168 -
CMYK 0 0.64 0.29 0.07
HSL 327.02º 0.8% 0.63% -
HSV(B) 327.02º 0.64% 0.93% -
XYZ 44.91 27.16 39.92 -
YUV 139.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 236 85 168 0 0.64 0.29 0.07 327.02 0.8 0.63
Hex EC 55 A8 0 40 1D 7 147 50 3F
Octal 354 125 250 0 100 35 7 507 120 77
Binary 11101100 1010101 10101000 0 1000000 11101 111 101000111 1010000 111111

Color Harmonies of #EC55A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55A8

Black with #EC55A8

Text Example


Text Example

White with #EC55A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55A8; }

 p { color: rgb(236,85,168); }

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

background-color css

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

 a { background-color: rgb(236,85,168); }

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

border-color css

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

 span { border-color: rgb(236,85,168); }

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