Html Css Color HEX #ED619F Brilliant Rose

📋 copy color: '#ED619F'

red 237 ◦ green 97 ◦ blue 159

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

Shades of Brilliant Rose #ED619F

Tints of Brilliant Rose #ED619F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.68%

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

R = 48.07%
G = 19.68%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ED619F (or 0xED619F) is known color: Brilliant Rose. HEX triplet: ED, 61 and 9F. RGB value is (237,97,159). Sum of RGB (Red+Green+Blue) = 237+97+159=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED619F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED619F is #129E60. Grayscale: #919191. Windows color (decimal): -1220193 or 10445293. OLE color: 10445293.

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

Color convert

RGB 237 97 159 -
CMYK 0 0.59 0.33 0.07
HSL 333.43º 0.8% 0.65% -
HSV(B) 333.43º 0.59% 0.93% -
XYZ 45.46 29.06 36.01 -
YUV 145.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 237 97 159 0 0.59 0.33 0.07 333.43 0.8 0.65
Hex ED 61 9F 0 3B 21 7 14D 50 41
Octal 355 141 237 0 73 41 7 515 120 101
Binary 11101101 1100001 10011111 0 111011 100001 111 101001101 1010000 1000001

Color Harmonies of #ED619F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED619F

Black with #ED619F

Text Example


Text Example

White with #ED619F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED619F; }

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

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

background-color css

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

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

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

border-color css

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

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

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