Html Css Color HEX #ED51A0 Brilliant Rose

📋 copy color: '#ED51A0'

red 237 ◦ green 81 ◦ blue 160

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

Shades of Brilliant Rose #ED51A0

Tints of Brilliant Rose #ED51A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.95%

 BLUE value IS 160 (62.89% from 255) = 33.47%

R = 49.58%
G = 16.95%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ED51A0 (or 0xED51A0) is known color: Brilliant Rose. HEX triplet: ED, 51 and A0. RGB value is (237,81,160). Sum of RGB (Red+Green+Blue) = 237+81+160=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51A0 is #12AE5F. Grayscale: #888888. Windows color (decimal): -1224288 or 10506733. OLE color: 10506733.

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

Color convert

RGB 237 81 160 -
CMYK 0 0.66 0.32 0.07
HSL 329.62º 0.81% 0.62% -
HSV(B) 329.62º 0.66% 0.93% -
XYZ 44.21 26.43 36.03 -
YUV 136.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 237 81 160 0 0.66 0.32 0.07 329.62 0.81 0.62
Hex ED 51 A0 0 42 20 7 14A 51 3E
Octal 355 121 240 0 102 40 7 512 121 76
Binary 11101101 1010001 10100000 0 1000010 100000 111 101001010 1010001 111110

Color Harmonies of #ED51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51A0

Black with #ED51A0

Text Example


Text Example

White with #ED51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51A0; }

 p { color: rgb(237,81,160); }

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

background-color css

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

 a { background-color: rgb(237,81,160); }

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

border-color css

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

 span { border-color: rgb(237,81,160); }

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