Html Css Color HEX #ED58A6 Brilliant Rose

📋 copy color: '#ED58A6'

red 237 ◦ green 88 ◦ blue 166

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

Shades of Brilliant Rose #ED58A6

Tints of Brilliant Rose #ED58A6

RGB

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

 GREEN value IS 88 (34.77% from 255) = 17.92%

 BLUE value IS 166 (65.23% from 255) = 33.81%

R = 48.27%
G = 17.92%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED58A6 (or 0xED58A6) is known color: Brilliant Rose. HEX triplet: ED, 58 and A6. RGB value is (237,88,166). Sum of RGB (Red+Green+Blue) = 237+88+166=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 88 (34.77% from 255 or 17.92% from 491); Blue value is 166 (65.23% from 255 or 33.81% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED58A6 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED58A6 is #12A759. Grayscale: #8D8D8D. Windows color (decimal): -1222490 or 10901741. OLE color: 10901741.

HSL color Cylindrical-coordinate representation of color #ED58A6: hue angle of 328.59º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ED58A6 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 88 166 -
CMYK 0 0.63 0.30 0.07
HSL 328.59º 0.81% 0.64% -
HSV(B) 328.59º 0.63% 0.93% -
XYZ 45.3 27.74 39.04 -
YUV 141.44 141.86 196.16 -
System Red Green Blue C M Y K H S L
Decimal 237 88 166 0 0.63 0.30 0.07 328.59 0.81 0.64
Hex ED 58 A6 0 3F 1E 7 149 51 40
Octal 355 130 246 0 77 36 7 511 121 100
Binary 11101101 1011000 10100110 0 111111 11110 111 101001001 1010001 1000000

Color Harmonies of #ED58A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED58A6

Black with #ED58A6

Text Example


Text Example

White with #ED58A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED58A6; }

 p { color: rgb(237,88,166); }

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

background-color css

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

 a { background-color: rgb(237,88,166); }

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

border-color css

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

 span { border-color: rgb(237,88,166); }

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