Html Css Color HEX #ED51AC Brilliant Rose

📋 copy color: '#ED51AC'

red 237 ◦ green 81 ◦ blue 172

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

Shades of Brilliant Rose #ED51AC

Tints of Brilliant Rose #ED51AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 48.37%
G = 16.53%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED51AC (or 0xED51AC) is known color: Brilliant Rose. HEX triplet: ED, 51 and AC. RGB value is (237,81,172). Sum of RGB (Red+Green+Blue) = 237+81+172=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51AC is #12AE53. Grayscale: #898989. Windows color (decimal): -1224276 or 11293165. OLE color: 11293165.

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

Color convert

RGB 237 81 172 -
CMYK 0 0.66 0.27 0.07
HSL 325º 0.81% 0.62% -
HSV(B) 325º 0.66% 0.93% -
XYZ 45.31 26.87 41.83 -
YUV 138.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 237 81 172 0 0.66 0.27 0.07 325 0.81 0.62
Hex ED 51 AC 0 42 1B 7 145 51 3E
Octal 355 121 254 0 102 33 7 505 121 76
Binary 11101101 1010001 10101100 0 1000010 11011 111 101000101 1010001 111110

Color Harmonies of #ED51AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51AC

Black with #ED51AC

Text Example


Text Example

White with #ED51AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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