Html Css Color HEX #ED459F Brilliant Rose

📋 copy color: '#ED459F'

red 237 ◦ green 69 ◦ blue 159

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

Shades of Brilliant Rose #ED459F

Tints of Brilliant Rose #ED459F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.84%

 BLUE value IS 159 (62.5% from 255) = 34.19%

R = 50.97%
G = 14.84%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED459F (or 0xED459F) is known color: Brilliant Rose. HEX triplet: ED, 45 and 9F. RGB value is (237,69,159). Sum of RGB (Red+Green+Blue) = 237+69+159=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #ED459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED459F is #12BA60. Grayscale: #818181. Windows color (decimal): -1227361 or 10438125. OLE color: 10438125.

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

Color convert

RGB 237 69 159 -
CMYK 0 0.71 0.33 0.07
HSL 327.86º 0.82% 0.6% -
HSV(B) 327.86º 0.71% 0.93% -
XYZ 43.31 24.76 35.3 -
YUV 129.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 237 69 159 0 0.71 0.33 0.07 327.86 0.82 0.6
Hex ED 45 9F 0 47 21 7 148 52 3C
Octal 355 105 237 0 107 41 7 510 122 74
Binary 11101101 1000101 10011111 0 1000111 100001 111 101001000 1010010 111100

Color Harmonies of #ED459F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED459F

Black with #ED459F

Text Example


Text Example

White with #ED459F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED459F; }

 p { color: rgb(237,69,159); }

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

background-color css

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

 a { background-color: rgb(237,69,159); }

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

border-color css

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

 span { border-color: rgb(237,69,159); }

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