Html Css Color HEX #ED52AA Brilliant Rose

📋 copy color: '#ED52AA'

red 237 ◦ green 82 ◦ blue 170

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

Shades of Brilliant Rose #ED52AA

Tints of Brilliant Rose #ED52AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.76%

R = 48.47%
G = 16.77%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED52AA (or 0xED52AA) is known color: Brilliant Rose. HEX triplet: ED, 52 and AA. RGB value is (237,82,170). Sum of RGB (Red+Green+Blue) = 237+82+170=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED52AA is #12AD55. Grayscale: #8A8A8A. Windows color (decimal): -1224022 or 11162349. OLE color: 11162349.

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

Color convert

RGB 237 82 170 -
CMYK 0 0.65 0.28 0.07
HSL 325.94º 0.81% 0.63% -
HSV(B) 325.94º 0.65% 0.93% -
XYZ 45.2 26.94 40.85 -
YUV 138.38 145.85 198.34 -
System Red Green Blue C M Y K H S L
Decimal 237 82 170 0 0.65 0.28 0.07 325.94 0.81 0.63
Hex ED 52 AA 0 41 1C 7 146 51 3F
Octal 355 122 252 0 101 34 7 506 121 77
Binary 11101101 1010010 10101010 0 1000001 11100 111 101000110 1010001 111111

Color Harmonies of #ED52AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52AA

Black with #ED52AA

Text Example


Text Example

White with #ED52AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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