Html Css Color HEX #ED529C Brilliant Rose

📋 copy color: '#ED529C'

red 237 ◦ green 82 ◦ blue 156

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

Shades of Brilliant Rose #ED529C

Tints of Brilliant Rose #ED529C

RGB

 RED value IS 237 (92.97% from 255) = 49.89%

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

 BLUE value IS 156 (61.33% from 255) = 32.84%

R = 49.89%
G = 17.26%
B = 32.84%

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

#ED529C (or 0xED529C) is known color: Brilliant Rose. HEX triplet: ED, 52 and 9C. RGB value is (237,82,156). Sum of RGB (Red+Green+Blue) = 237+82+156=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #ED529C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED529C is #12AD63. Grayscale: #888888. Windows color (decimal): -1224036 or 10244845. OLE color: 10244845.

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

Color convert

RGB 237 82 156 -
CMYK 0 0.65 0.34 0.07
HSL 331.35º 0.81% 0.63% -
HSV(B) 331.35º 0.65% 0.93% -
XYZ 43.94 26.44 34.24 -
YUV 136.78 138.85 199.48 -
System Red Green Blue C M Y K H S L
Decimal 237 82 156 0 0.65 0.34 0.07 331.35 0.81 0.63
Hex ED 52 9C 0 41 22 7 14B 51 3F
Octal 355 122 234 0 101 42 7 513 121 77
Binary 11101101 1010010 10011100 0 1000001 100010 111 101001011 1010001 111111

Color Harmonies of #ED529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED529C

Black with #ED529C

Text Example


Text Example

White with #ED529C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED529C; }

 p { color: rgb(237,82,156); }

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

background-color css

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

 a { background-color: rgb(237,82,156); }

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

border-color css

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

 span { border-color: rgb(237,82,156); }

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