Html Css Color HEX #ED46AD Brilliant Rose

📋 copy color: '#ED46AD'

red 237 ◦ green 70 ◦ blue 173

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

Shades of Brilliant Rose #ED46AD

Tints of Brilliant Rose #ED46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.58%

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 49.38%
G = 14.58%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED46AD (or 0xED46AD) is known color: Brilliant Rose. HEX triplet: ED, 46 and AD. RGB value is (237,70,173). Sum of RGB (Red+Green+Blue) = 237+70+173=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED46AD is #12B952. Grayscale: #838383. Windows color (decimal): -1227091 or 11355885. OLE color: 11355885.

HSL color Cylindrical-coordinate representation of color #ED46AD: hue angle of 322.99º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED46AD is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 70 173 -
CMYK 0 0.70 0.27 0.07
HSL 322.99º 0.82% 0.6% -
HSV(B) 322.99º 0.7% 0.93% -
XYZ 44.66 25.4 42.08 -
YUV 131.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 237 70 173 0 0.70 0.27 0.07 322.99 0.82 0.6
Hex ED 46 AD 0 46 1B 7 143 52 3C
Octal 355 106 255 0 106 33 7 503 122 74
Binary 11101101 1000110 10101101 0 1000110 11011 111 101000011 1010010 111100

Color Harmonies of #ED46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED46AD

Black with #ED46AD

Text Example


Text Example

White with #ED46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED46AD; }

 p { color: rgb(237,70,173); }

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

background-color css

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

 a { background-color: rgb(237,70,173); }

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

border-color css

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

 span { border-color: rgb(237,70,173); }

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