Html Css Color HEX #ED52AB Brilliant Rose

📋 copy color: '#ED52AB'

red 237 ◦ green 82 ◦ blue 171

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

Shades of Brilliant Rose #ED52AB

Tints of Brilliant Rose #ED52AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.9%

R = 48.37%
G = 16.73%
B = 34.9%

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

#ED52AB (or 0xED52AB) is known color: Brilliant Rose. HEX triplet: ED, 52 and AB. RGB value is (237,82,171). Sum of RGB (Red+Green+Blue) = 237+82+171=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 82 (32.42% from 255 or 16.73% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED52AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED52AB is #12AD54. Grayscale: #8A8A8A. Windows color (decimal): -1224021 or 11227885. OLE color: 11227885.

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

Color convert

RGB 237 82 171 -
CMYK 0 0.65 0.28 0.07
HSL 325.55º 0.81% 0.63% -
HSV(B) 325.55º 0.65% 0.93% -
XYZ 45.29 26.98 41.35 -
YUV 138.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 237 82 171 0 0.65 0.28 0.07 325.55 0.81 0.63
Hex ED 52 AB 0 41 1C 7 146 51 3F
Octal 355 122 253 0 101 34 7 506 121 77
Binary 11101101 1010010 10101011 0 1000001 11100 111 101000110 1010001 111111

Color Harmonies of #ED52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED52AB

Black with #ED52AB

Text Example


Text Example

White with #ED52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED52AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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