Html Css Color HEX #ED649D Brilliant Rose

📋 copy color: '#ED649D'

red 237 ◦ green 100 ◦ blue 157

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

Shades of Brilliant Rose #ED649D

Tints of Brilliant Rose #ED649D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.78%

R = 47.98%
G = 20.24%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED649D (or 0xED649D) is known color: Brilliant Rose. HEX triplet: ED, 64 and 9D. RGB value is (237,100,157). Sum of RGB (Red+Green+Blue) = 237+100+157=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 157 (61.72% from 255 or 31.78% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #ED649D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED649D is #129B62. Grayscale: #939393. Windows color (decimal): -1219427 or 10314989. OLE color: 10314989.

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

Color convert

RGB 237 100 157 -
CMYK 0 0.58 0.34 0.07
HSL 335.04º 0.79% 0.66% -
HSV(B) 335.04º 0.58% 0.93% -
XYZ 45.57 29.55 35.2 -
YUV 147.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 237 100 157 0 0.58 0.34 0.07 335.04 0.79 0.66
Hex ED 64 9D 0 3A 22 7 14F 4F 42
Octal 355 144 235 0 72 42 7 517 117 102
Binary 11101101 1100100 10011101 0 111010 100010 111 101001111 1001111 1000010

Color Harmonies of #ED649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED649D

Black with #ED649D

Text Example


Text Example

White with #ED649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED649D; }

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

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

background-color css

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

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

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

border-color css

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

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

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