Html Css Color HEX #ED50A8 Brilliant Rose

📋 copy color: '#ED50A8'

red 237 ◦ green 80 ◦ blue 168

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

Shades of Brilliant Rose #ED50A8

Tints of Brilliant Rose #ED50A8

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.49%

 BLUE value IS 168 (66.02% from 255) = 34.64%

R = 48.87%
G = 16.49%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ED50A8 (or 0xED50A8) is known color: Brilliant Rose. HEX triplet: ED, 50 and A8. RGB value is (237,80,168). Sum of RGB (Red+Green+Blue) = 237+80+168=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED50A8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED50A8 is #12AF57. Grayscale: #888888. Windows color (decimal): -1224536 or 11030765. OLE color: 11030765.

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

Color convert

RGB 237 80 168 -
CMYK 0 0.66 0.29 0.07
HSL 326.37º 0.81% 0.62% -
HSV(B) 326.37º 0.66% 0.93% -
XYZ 44.86 26.57 39.81 -
YUV 136.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 237 80 168 0 0.66 0.29 0.07 326.37 0.81 0.62
Hex ED 50 A8 0 42 1D 7 146 51 3E
Octal 355 120 250 0 102 35 7 506 121 76
Binary 11101101 1010000 10101000 0 1000010 11101 111 101000110 1010001 111110

Color Harmonies of #ED50A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED50A8

Black with #ED50A8

Text Example


Text Example

White with #ED50A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED50A8; }

 p { color: rgb(237,80,168); }

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

background-color css

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

 a { background-color: rgb(237,80,168); }

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

border-color css

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

 span { border-color: rgb(237,80,168); }

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