Html Css Color HEX #ED52B0 Brilliant Rose

📋 copy color: '#ED52B0'

red 237 ◦ green 82 ◦ blue 176

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

Shades of Brilliant Rose #ED52B0

Tints of Brilliant Rose #ED52B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 47.88%
G = 16.57%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED52B0 (or 0xED52B0) is known color: Brilliant Rose. HEX triplet: ED, 52 and B0. RGB value is (237,82,176). Sum of RGB (Red+Green+Blue) = 237+82+176=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 82 (32.42% from 255 or 16.57% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED52B0 is #12AD4F. Grayscale: #8A8A8A. Windows color (decimal): -1224016 or 11555565. OLE color: 11555565.

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

Color convert

RGB 237 82 176 -
CMYK 0 0.65 0.26 0.07
HSL 323.61º 0.81% 0.63% -
HSV(B) 323.61º 0.65% 0.93% -
XYZ 45.78 27.17 43.91 -
YUV 139.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 237 82 176 0 0.65 0.26 0.07 323.61 0.81 0.63
Hex ED 52 B0 0 41 1A 7 144 51 3F
Octal 355 122 260 0 101 32 7 504 121 77
Binary 11101101 1010010 10110000 0 1000001 11010 111 101000100 1010001 111111

Color Harmonies of #ED52B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52B0

Black with #ED52B0

Text Example


Text Example

White with #ED52B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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