Html Css Color HEX #ED489E Brilliant Rose

📋 copy color: '#ED489E'

red 237 ◦ green 72 ◦ blue 158

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

Shades of Brilliant Rose #ED489E

Tints of Brilliant Rose #ED489E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.42%

 BLUE value IS 158 (62.11% from 255) = 33.83%

R = 50.75%
G = 15.42%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED489E (or 0xED489E) is known color: Brilliant Rose. HEX triplet: ED, 48 and 9E. RGB value is (237,72,158). Sum of RGB (Red+Green+Blue) = 237+72+158=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 158 (62.11% from 255 or 33.83% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED489E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED489E is #12B761. Grayscale: #828282. Windows color (decimal): -1226594 or 10373357. OLE color: 10373357.

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

Color convert

RGB 237 72 158 -
CMYK 0 0.70 0.33 0.07
HSL 328.73º 0.82% 0.61% -
HSV(B) 328.73º 0.7% 0.93% -
XYZ 43.41 25.11 34.91 -
YUV 131.14 143.16 203.51 -
System Red Green Blue C M Y K H S L
Decimal 237 72 158 0 0.70 0.33 0.07 328.73 0.82 0.61
Hex ED 48 9E 0 46 21 7 149 52 3D
Octal 355 110 236 0 106 41 7 511 122 75
Binary 11101101 1001000 10011110 0 1000110 100001 111 101001001 1010010 111101

Color Harmonies of #ED489E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED489E

Black with #ED489E

Text Example


Text Example

White with #ED489E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED489E; }

 p { color: rgb(237,72,158); }

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

background-color css

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

 a { background-color: rgb(237,72,158); }

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

border-color css

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

 span { border-color: rgb(237,72,158); }

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