Html Css Color HEX #EC529A Brilliant Rose

📋 copy color: '#EC529A'

red 236 ◦ green 82 ◦ blue 154

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

Shades of Brilliant Rose #EC529A

Tints of Brilliant Rose #EC529A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.37%

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 50%
G = 17.37%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC529A (or 0xEC529A) is known color: Brilliant Rose. HEX triplet: EC, 52 and 9A. RGB value is (236,82,154). Sum of RGB (Red+Green+Blue) = 236+82+154=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC529A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC529A is #13AD65. Grayscale: #888888. Windows color (decimal): -1289574 or 10113772. OLE color: 10113772.

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

Color convert

RGB 236 82 154 -
CMYK 0 0.65 0.35 0.07
HSL 331.95º 0.8% 0.62% -
HSV(B) 331.95º 0.65% 0.93% -
XYZ 43.44 26.2 33.34 -
YUV 136.25 138.02 199.15 -
System Red Green Blue C M Y K H S L
Decimal 236 82 154 0 0.65 0.35 0.07 331.95 0.8 0.62
Hex EC 52 9A 0 41 23 7 14C 50 3E
Octal 354 122 232 0 101 43 7 514 120 76
Binary 11101100 1010010 10011010 0 1000001 100011 111 101001100 1010000 111110

Color Harmonies of #EC529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC529A

Black with #EC529A

Text Example


Text Example

White with #EC529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC529A; }

 p { color: rgb(236,82,154); }

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

background-color css

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

 a { background-color: rgb(236,82,154); }

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

border-color css

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

 span { border-color: rgb(236,82,154); }

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