Html Css Color HEX #ED649F Brilliant Rose

📋 copy color: '#ED649F'

red 237 ◦ green 100 ◦ blue 159

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

Shades of Brilliant Rose #ED649F

Tints of Brilliant Rose #ED649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.16%

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

R = 47.78%
G = 20.16%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED649F (or 0xED649F) is known color: Brilliant Rose. HEX triplet: ED, 64 and 9F. RGB value is (237,100,159). Sum of RGB (Red+Green+Blue) = 237+100+159=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 159 (62.5% from 255 or 32.06% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED649F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED649F is #129B60. Grayscale: #939393. Windows color (decimal): -1219425 or 10446061. OLE color: 10446061.

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

Color convert

RGB 237 100 159 -
CMYK 0 0.58 0.33 0.07
HSL 334.16º 0.79% 0.66% -
HSV(B) 334.16º 0.58% 0.93% -
XYZ 45.74 29.62 36.11 -
YUV 147.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 237 100 159 0 0.58 0.33 0.07 334.16 0.79 0.66
Hex ED 64 9F 0 3A 21 7 14E 4F 42
Octal 355 144 237 0 72 41 7 516 117 102
Binary 11101101 1100100 10011111 0 111010 100001 111 101001110 1001111 1000010

Color Harmonies of #ED649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED649F

Black with #ED649F

Text Example


Text Example

White with #ED649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED649F; }

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

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

background-color css

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

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

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

border-color css

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

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

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