Html Css Color HEX #EC529B Brilliant Rose

📋 copy color: '#EC529B'

red 236 ◦ green 82 ◦ blue 155

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

Shades of Brilliant Rose #EC529B

Tints of Brilliant Rose #EC529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.77%

R = 49.89%
G = 17.34%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC529B (or 0xEC529B) is known color: Brilliant Rose. HEX triplet: EC, 52 and 9B. RGB value is (236,82,155). Sum of RGB (Red+Green+Blue) = 236+82+155=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 82 (32.42% from 255 or 17.34% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC529B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC529B is #13AD64. Grayscale: #888888. Windows color (decimal): -1289573 or 10179308. OLE color: 10179308.

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

Color convert

RGB 236 82 155 -
CMYK 0 0.65 0.34 0.07
HSL 331.56º 0.8% 0.62% -
HSV(B) 331.56º 0.65% 0.93% -
XYZ 43.53 26.23 33.78 -
YUV 136.37 138.52 199.06 -
System Red Green Blue C M Y K H S L
Decimal 236 82 155 0 0.65 0.34 0.07 331.56 0.8 0.62
Hex EC 52 9B 0 41 22 7 14C 50 3E
Octal 354 122 233 0 101 42 7 514 120 76
Binary 11101100 1010010 10011011 0 1000001 100010 111 101001100 1010000 111110

Color Harmonies of #EC529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC529B

Black with #EC529B

Text Example


Text Example

White with #EC529B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC529B; }

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

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

background-color css

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

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

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

border-color css

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

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

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