Html Css Color HEX #ED46AC Brilliant Rose

📋 copy color: '#ED46AC'

red 237 ◦ green 70 ◦ blue 172

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

Shades of Brilliant Rose #ED46AC

Tints of Brilliant Rose #ED46AC

RGB

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

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

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

R = 49.48%
G = 14.61%
B = 35.91%

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

#ED46AC (or 0xED46AC) is known color: Brilliant Rose. HEX triplet: ED, 46 and AC. RGB value is (237,70,172). Sum of RGB (Red+Green+Blue) = 237+70+172=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 70 (27.73% from 255 or 14.61% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #ED46AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED46AC is #12B953. Grayscale: #838383. Windows color (decimal): -1227092 or 11290349. OLE color: 11290349.

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

Color convert

RGB 237 70 172 -
CMYK 0 0.70 0.27 0.07
HSL 323.35º 0.82% 0.6% -
HSV(B) 323.35º 0.7% 0.93% -
XYZ 44.56 25.36 41.58 -
YUV 131.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 237 70 172 0 0.70 0.27 0.07 323.35 0.82 0.6
Hex ED 46 AC 0 46 1B 7 143 52 3C
Octal 355 106 254 0 106 33 7 503 122 74
Binary 11101101 1000110 10101100 0 1000110 11011 111 101000011 1010010 111100

Color Harmonies of #ED46AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED46AC

Black with #ED46AC

Text Example


Text Example

White with #ED46AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED46AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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