Html Css Color HEX #ED51AF Brilliant Rose

📋 copy color: '#ED51AF'

red 237 ◦ green 81 ◦ blue 175

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

Shades of Brilliant Rose #ED51AF

Tints of Brilliant Rose #ED51AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.5%

R = 48.07%
G = 16.43%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED51AF (or 0xED51AF) is known color: Brilliant Rose. HEX triplet: ED, 51 and AF. RGB value is (237,81,175). Sum of RGB (Red+Green+Blue) = 237+81+175=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51AF is #12AE50. Grayscale: #8A8A8A. Windows color (decimal): -1224273 or 11489773. OLE color: 11489773.

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

Color convert

RGB 237 81 175 -
CMYK 0 0.66 0.26 0.07
HSL 323.85º 0.81% 0.62% -
HSV(B) 323.85º 0.66% 0.93% -
XYZ 45.61 26.98 43.36 -
YUV 138.36 148.68 198.36 -
System Red Green Blue C M Y K H S L
Decimal 237 81 175 0 0.66 0.26 0.07 323.85 0.81 0.62
Hex ED 51 AF 0 42 1A 7 144 51 3E
Octal 355 121 257 0 102 32 7 504 121 76
Binary 11101101 1010001 10101111 0 1000010 11010 111 101000100 1010001 111110

Color Harmonies of #ED51AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51AF

Black with #ED51AF

Text Example


Text Example

White with #ED51AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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