Html Css Color HEX #EC55B1 Brilliant Rose

📋 copy color: '#EC55B1'

red 236 ◦ green 85 ◦ blue 177

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

Shades of Brilliant Rose #EC55B1

Tints of Brilliant Rose #EC55B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.54%

R = 47.39%
G = 17.07%
B = 35.54%

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

#EC55B1 (or 0xEC55B1) is known color: Brilliant Rose. HEX triplet: EC, 55 and B1. RGB value is (236,85,177). Sum of RGB (Red+Green+Blue) = 236+85+177=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC55B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC55B1 is #13AA4E. Grayscale: #8C8C8C. Windows color (decimal): -1288783 or 11621868. OLE color: 11621868.

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

Color convert

RGB 236 85 177 -
CMYK 0 0.64 0.25 0.07
HSL 323.44º 0.8% 0.63% -
HSV(B) 323.44º 0.64% 0.93% -
XYZ 45.78 27.5 44.49 -
YUV 140.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 236 85 177 0 0.64 0.25 0.07 323.44 0.8 0.63
Hex EC 55 B1 0 40 19 7 143 50 3F
Octal 354 125 261 0 100 31 7 503 120 77
Binary 11101100 1010101 10110001 0 1000000 11001 111 101000011 1010000 111111

Color Harmonies of #EC55B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC55B1

Black with #EC55B1

Text Example


Text Example

White with #EC55B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC55B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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