Html Css Color HEX #EC529D Brilliant Rose

📋 copy color: '#EC529D'

red 236 ◦ green 82 ◦ blue 157

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

Shades of Brilliant Rose #EC529D

Tints of Brilliant Rose #EC529D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.05%

R = 49.68%
G = 17.26%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC529D (or 0xEC529D) is known color: Brilliant Rose. HEX triplet: EC, 52 and 9D. RGB value is (236,82,157). Sum of RGB (Red+Green+Blue) = 236+82+157=475 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.68% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 236 - color contains mainly: red. Hex color #EC529D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC529D is #13AD62. Grayscale: #888888. Windows color (decimal): -1289571 or 10310380. OLE color: 10310380.

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

Color convert

RGB 236 82 157 -
CMYK 0 0.65 0.33 0.07
HSL 330.78º 0.8% 0.62% -
HSV(B) 330.78º 0.65% 0.93% -
XYZ 43.7 26.3 34.67 -
YUV 136.6 139.52 198.9 -
System Red Green Blue C M Y K H S L
Decimal 236 82 157 0 0.65 0.33 0.07 330.78 0.8 0.62
Hex EC 52 9D 0 41 21 7 14B 50 3E
Octal 354 122 235 0 101 41 7 513 120 76
Binary 11101100 1010010 10011101 0 1000001 100001 111 101001011 1010000 111110

Color Harmonies of #EC529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC529D

Black with #EC529D

Text Example


Text Example

White with #EC529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC529D; }

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

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

background-color css

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

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

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

border-color css

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

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

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