Html Css Color HEX #ED529E Brilliant Rose

📋 copy color: '#ED529E'

red 237 ◦ green 82 ◦ blue 158

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

Shades of Brilliant Rose #ED529E

Tints of Brilliant Rose #ED529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.12%

R = 49.69%
G = 17.19%
B = 33.12%

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

#ED529E (or 0xED529E) is known color: Brilliant Rose. HEX triplet: ED, 52 and 9E. RGB value is (237,82,158). Sum of RGB (Red+Green+Blue) = 237+82+158=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 82 (32.42% from 255 or 17.19% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED529E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED529E is #12AD61. Grayscale: #888888. Windows color (decimal): -1224034 or 10375917. OLE color: 10375917.

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

Color convert

RGB 237 82 158 -
CMYK 0 0.65 0.33 0.07
HSL 330.58º 0.81% 0.63% -
HSV(B) 330.58º 0.65% 0.93% -
XYZ 44.11 26.51 35.14 -
YUV 137.01 139.85 199.32 -
System Red Green Blue C M Y K H S L
Decimal 237 82 158 0 0.65 0.33 0.07 330.58 0.81 0.63
Hex ED 52 9E 0 41 21 7 14B 51 3F
Octal 355 122 236 0 101 41 7 513 121 77
Binary 11101101 1010010 10011110 0 1000001 100001 111 101001011 1010001 111111

Color Harmonies of #ED529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED529E

Black with #ED529E

Text Example


Text Example

White with #ED529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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