Html Css Color HEX #EC51AA Brilliant Rose

📋 copy color: '#EC51AA'

red 236 ◦ green 81 ◦ blue 170

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

Shades of Brilliant Rose #EC51AA

Tints of Brilliant Rose #EC51AA

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.63%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 48.46%
G = 16.63%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EC51AA (or 0xEC51AA) is known color: Brilliant Rose. HEX triplet: EC, 51 and AA. RGB value is (236,81,170). Sum of RGB (Red+Green+Blue) = 236+81+170=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #EC51AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC51AA is #13AE55. Grayscale: #898989. Windows color (decimal): -1289814 or 11162092. OLE color: 11162092.

HSL color Cylindrical-coordinate representation of color #EC51AA: hue angle of 325.55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC51AA is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 81 170 -
CMYK 0 0.66 0.28 0.07
HSL 325.55º 0.8% 0.62% -
HSV(B) 325.55º 0.66% 0.93% -
XYZ 44.79 26.62 40.81 -
YUV 137.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 236 81 170 0 0.66 0.28 0.07 325.55 0.8 0.62
Hex EC 51 AA 0 42 1C 7 146 50 3E
Octal 354 121 252 0 102 34 7 506 120 76
Binary 11101100 1010001 10101010 0 1000010 11100 111 101000110 1010000 111110

Color Harmonies of #EC51AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC51AA

Black with #EC51AA

Text Example


Text Example

White with #EC51AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC51AA; }

 p { color: rgb(236,81,170); }

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

background-color css

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

 a { background-color: rgb(236,81,170); }

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

border-color css

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

 span { border-color: rgb(236,81,170); }

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